Html Css Color HEX #2CCB02 Kelly Green

📋 copy color: '#2CCB02'

red 44 ◦ green 203 ◦ blue 2

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

Shades of Kelly Green #2CCB02

Tints of Kelly Green #2CCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.53%

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

R = 17.67%
G = 81.53%
B = 0.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2CCB02 (or 0x2CCB02) is known color: Kelly Green. HEX triplet: 2C, CB and 02. RGB value is (44,203,2). Sum of RGB (Red+Green+Blue) = 44+203+2=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 203 (79.69% from 255 or 81.53% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB02 is #D334FD. Grayscale: #858585. Windows color (decimal): -13841662 or 183084. OLE color: 183084.

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

Color convert

RGB 44 203 2 -
CMYK 0.78 0 0.99 0.20
HSL 107.46º 0.98% 0.4% -
HSV(B) 107.46º 0.99% 0.8% -
XYZ 22.41 43.25 7.22 -
YUV 132.55 54.32 64.84 -
System Red Green Blue C M Y K H S L
Decimal 44 203 2 0.78 0 0.99 0.20 107.46 0.98 0.4
Hex 2C CB 2 4E 0 63 14 6B 62 28
Octal 54 313 2 116 0 143 24 153 142 50
Binary 101100 11001011 10 1001110 0 1100011 10100 1101011 1100010 101000

Color Harmonies of #2CCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB02

Black with #2CCB02

Text Example


Text Example

White with #2CCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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