Html Css Color HEX #2CBD07 Kelly Green

📋 copy color: '#2CBD07'

red 44 ◦ green 189 ◦ blue 7

#2CBD07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2CBD07

Tints of Kelly Green #2CBD07

RGB

 RED value IS 44 (17.58% from 255) = 18.33%

 GREEN value IS 189 (74.22% from 255) = 78.75%

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 18.33%
G = 78.75%
B = 2.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2CBD07 (or 0x2CBD07) is known color: Kelly Green. HEX triplet: 2C, BD and 07. RGB value is (44,189,7). Sum of RGB (Red+Green+Blue) = 44+189+7=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBD07 is #D342F8. Grayscale: #7D7D7D. Windows color (decimal): -13845241 or 507180. OLE color: 507180.

HSL color Cylindrical-coordinate representation of color #2CBD07: hue angle of 107.8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CBD07 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 7 -
CMYK 0.77 0 0.96 0.26
HSL 107.8º 0.93% 0.38% -
HSV(B) 107.8º 0.96% 0.74% -
XYZ 19.27 36.95 6.32 -
YUV 124.9 61.46 70.3 -
System Red Green Blue C M Y K H S L
Decimal 44 189 7 0.77 0 0.96 0.26 107.8 0.93 0.38
Hex 2C BD 7 4D 0 60 1A 6C 5D 26
Octal 54 275 7 115 0 140 32 154 135 46
Binary 101100 10111101 111 1001101 0 1100000 11010 1101100 1011101 100110

Color Harmonies of #2CBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD07

Black with #2CBD07

Text Example


Text Example

White with #2CBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CBD07; }

 p { color: rgb(44,189,7); }

 H1.HeaderClassName
 {
   color: #2CBD07;
 }
 .AnyTagClassName
 {
   color: #2CBD07;
 }
</style>

background-color css

<style>
 a { background-color: #2CBD07; }

 a { background-color: rgb(44,189,7); }

 div.DivClassName
 {
   background-color: #2CBD07;
 }
 .BgClassName
 {
   background-color: #2CBD07;
 }
</style>

border-color css

<style>
 span { border-color: #2CBD07; }

 span { border-color: rgb(44,189,7); }

 td.TdClassName
 {
   border-color: #2CBD07;
 }
 .TagClassName
 {
   border-color: #2CBD07;
 }
</style>