Html Css Color HEX #2CCD02 Kelly Green

📋 copy color: '#2CCD02'

red 44 ◦ green 205 ◦ blue 2

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

Shades of Kelly Green #2CCD02

Tints of Kelly Green #2CCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 81.67%

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

R = 17.53%
G = 81.67%
B = 0.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2CCD02 (or 0x2CCD02) is known color: Kelly Green. HEX triplet: 2C, CD and 02. RGB value is (44,205,2). Sum of RGB (Red+Green+Blue) = 44+205+2=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 205 (80.47% from 255 or 81.67% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD02 is #D332FD. Grayscale: #868686. Windows color (decimal): -13841150 or 183596. OLE color: 183596.

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

Color convert

RGB 44 205 2 -
CMYK 0.79 0 0.99 0.20
HSL 107.59º 0.98% 0.41% -
HSV(B) 107.59º 0.99% 0.8% -
XYZ 22.88 44.2 7.38 -
YUV 133.72 53.66 64.01 -
System Red Green Blue C M Y K H S L
Decimal 44 205 2 0.79 0 0.99 0.20 107.59 0.98 0.41
Hex 2C CD 2 4F 0 63 14 6C 62 29
Octal 54 315 2 117 0 143 24 154 142 51
Binary 101100 11001101 10 1001111 0 1100011 10100 1101100 1100010 101001

Color Harmonies of #2CCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD02

Black with #2CCD02

Text Example


Text Example

White with #2CCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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