Html Css Color HEX #2CB504 Kelly Green

📋 copy color: '#2CB504'

red 44 ◦ green 181 ◦ blue 4

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

Shades of Kelly Green #2CB504

Tints of Kelly Green #2CB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.04%

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

R = 19.21%
G = 79.04%
B = 1.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#2CB504 (or 0x2CB504) is known color: Kelly Green. HEX triplet: 2C, B5 and 04. RGB value is (44,181,4). Sum of RGB (Red+Green+Blue) = 44+181+4=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB504 is #D34AFB. Grayscale: #787878. Windows color (decimal): -13847292 or 308524. OLE color: 308524.

HSL color Cylindrical-coordinate representation of color #2CB504: hue angle of 106.44º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CB504 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 4 -
CMYK 0.76 0 0.98 0.29
HSL 106.44º 0.96% 0.36% -
HSV(B) 106.44º 0.98% 0.71% -
XYZ 17.58 33.59 5.67 -
YUV 119.86 62.61 73.89 -
System Red Green Blue C M Y K H S L
Decimal 44 181 4 0.76 0 0.98 0.29 106.44 0.96 0.36
Hex 2C B5 4 4C 0 62 1D 6A 60 24
Octal 54 265 4 114 0 142 35 152 140 44
Binary 101100 10110101 100 1001100 0 1100010 11101 1101010 1100000 100100

Color Harmonies of #2CB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB504

Black with #2CB504

Text Example


Text Example

White with #2CB504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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