Html Css Color HEX #2CBB0E Kelly Green

📋 copy color: '#2CBB0E'

red 44 ◦ green 187 ◦ blue 14

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

Shades of Kelly Green #2CBB0E

Tints of Kelly Green #2CBB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 76.33%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 17.96%
G = 76.33%
B = 5.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#2CBB0E (or 0x2CBB0E) is known color: Kelly Green. HEX triplet: 2C, BB and 0E. RGB value is (44,187,14). Sum of RGB (Red+Green+Blue) = 44+187+14=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB0E is #D344F1. Grayscale: #7D7D7D. Windows color (decimal): -13845746 or 965420. OLE color: 965420.

HSL color Cylindrical-coordinate representation of color #2CBB0E: hue angle of 109.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CBB0E is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 14 -
CMYK 0.76 0 0.93 0.27
HSL 109.6º 0.86% 0.39% -
HSV(B) 109.6º 0.93% 0.73% -
XYZ 18.89 36.11 6.39 -
YUV 124.52 65.62 70.57 -
System Red Green Blue C M Y K H S L
Decimal 44 187 14 0.76 0 0.93 0.27 109.6 0.86 0.39
Hex 2C BB E 4C 0 5D 1B 6E 56 27
Octal 54 273 16 114 0 135 33 156 126 47
Binary 101100 10111011 1110 1001100 0 1011101 11011 1101110 1010110 100111

Color Harmonies of #2CBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB0E

Black with #2CBB0E

Text Example


Text Example

White with #2CBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,14); }

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

background-color css

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

 a { background-color: rgb(44,187,14); }

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

border-color css

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

 span { border-color: rgb(44,187,14); }

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