Html Css Color HEX #2CC904 Kelly Green

📋 copy color: '#2CC904'

red 44 ◦ green 201 ◦ blue 4

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

Shades of Kelly Green #2CC904

Tints of Kelly Green #2CC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 80.72%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 17.67%
G = 80.72%
B = 1.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#2CC904 (or 0x2CC904) is known color: Kelly Green. HEX triplet: 2C, C9 and 04. RGB value is (44,201,4). Sum of RGB (Red+Green+Blue) = 44+201+4=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC904 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC904 is #D336FB. Grayscale: #848484. Windows color (decimal): -13842172 or 313644. OLE color: 313644.

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

Color convert

RGB 44 201 4 -
CMYK 0.78 0 0.98 0.21
HSL 107.82º 0.96% 0.4% -
HSV(B) 107.82º 0.98% 0.79% -
XYZ 21.95 42.32 7.13 -
YUV 131.6 55.99 65.52 -
System Red Green Blue C M Y K H S L
Decimal 44 201 4 0.78 0 0.98 0.21 107.82 0.96 0.4
Hex 2C C9 4 4E 0 62 15 6C 60 28
Octal 54 311 4 116 0 142 25 154 140 50
Binary 101100 11001001 100 1001110 0 1100010 10101 1101100 1100000 101000

Color Harmonies of #2CC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC904

Black with #2CC904

Text Example


Text Example

White with #2CC904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,201,4); }

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

background-color css

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

 a { background-color: rgb(44,201,4); }

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

border-color css

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

 span { border-color: rgb(44,201,4); }

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