Html Css Color HEX #2CCA08 Kelly Green

📋 copy color: '#2CCA08'

red 44 ◦ green 202 ◦ blue 8

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

Shades of Kelly Green #2CCA08

Tints of Kelly Green #2CCA08

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.53%

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

R = 17.32%
G = 79.53%
B = 3.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#2CCA08 (or 0x2CCA08) is known color: Kelly Green. HEX triplet: 2C, CA and 08. RGB value is (44,202,8). Sum of RGB (Red+Green+Blue) = 44+202+8=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA08 is #D335F7. Grayscale: #858585. Windows color (decimal): -13841912 or 576044. OLE color: 576044.

HSL color Cylindrical-coordinate representation of color #2CCA08: hue angle of 108.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CCA08 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 8 -
CMYK 0.78 0 0.96 0.21
HSL 108.87º 0.92% 0.41% -
HSV(B) 108.87º 0.96% 0.79% -
XYZ 22.2 42.79 7.32 -
YUV 132.64 57.65 64.77 -
System Red Green Blue C M Y K H S L
Decimal 44 202 8 0.78 0 0.96 0.21 108.87 0.92 0.41
Hex 2C CA 8 4E 0 60 15 6D 5C 29
Octal 54 312 10 116 0 140 25 155 134 51
Binary 101100 11001010 1000 1001110 0 1100000 10101 1101101 1011100 101001

Color Harmonies of #2CCA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA08

Black with #2CCA08

Text Example


Text Example

White with #2CCA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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