Html Css Color HEX #2CCA02 Kelly Green

📋 copy color: '#2CCA02'

red 44 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #2CCA02

Tints of Kelly Green #2CCA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 17.74%
G = 81.45%
B = 0.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#2CCA02 (or 0x2CCA02) is known color: Kelly Green. HEX triplet: 2C, CA and 02. RGB value is (44,202,2). Sum of RGB (Red+Green+Blue) = 44+202+2=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA02 is #D335FD. Grayscale: #848484. Windows color (decimal): -13841918 or 182828. OLE color: 182828.

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

Color convert

RGB 44 202 2 -
CMYK 0.78 0 0.99 0.21
HSL 107.4º 0.98% 0.4% -
HSV(B) 107.4º 0.99% 0.79% -
XYZ 22.17 42.78 7.15 -
YUV 131.96 54.65 65.26 -
System Red Green Blue C M Y K H S L
Decimal 44 202 2 0.78 0 0.99 0.21 107.4 0.98 0.4
Hex 2C CA 2 4E 0 63 15 6B 62 28
Octal 54 312 2 116 0 143 25 153 142 50
Binary 101100 11001010 10 1001110 0 1100011 10101 1101011 1100010 101000

Color Harmonies of #2CCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA02

Black with #2CCA02

Text Example


Text Example

White with #2CCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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