Html Css Color HEX #2CAE08 Kelly Green

📋 copy color: '#2CAE08'

red 44 ◦ green 174 ◦ blue 8

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

Shades of Kelly Green #2CAE08

Tints of Kelly Green #2CAE08

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.99%

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 19.47%
G = 76.99%
B = 3.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#2CAE08 (or 0x2CAE08) is known color: Kelly Green. HEX triplet: 2C, AE and 08. RGB value is (44,174,8). Sum of RGB (Red+Green+Blue) = 44+174+8=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 174 (68.36% from 255 or 76.99% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAE08 is #D351F7. Grayscale: #747474. Windows color (decimal): -13849080 or 568876. OLE color: 568876.

HSL color Cylindrical-coordinate representation of color #2CAE08: hue angle of 106.99º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CAE08 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 174 8 -
CMYK 0.75 0 0.95 0.32
HSL 106.99º 0.91% 0.36% -
HSV(B) 106.99º 0.95% 0.68% -
XYZ 16.22 30.83 5.32 -
YUV 116.21 66.93 76.5 -
System Red Green Blue C M Y K H S L
Decimal 44 174 8 0.75 0 0.95 0.32 106.99 0.91 0.36
Hex 2C AE 8 4B 0 5F 20 6B 5B 24
Octal 54 256 10 113 0 137 40 153 133 44
Binary 101100 10101110 1000 1001011 0 1011111 100000 1101011 1011011 100100

Color Harmonies of #2CAE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAE08

Black with #2CAE08

Text Example


Text Example

White with #2CAE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,174,8); }

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

background-color css

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

 a { background-color: rgb(44,174,8); }

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

border-color css

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

 span { border-color: rgb(44,174,8); }

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