Html Css Color HEX #2CB704 Kelly Green

📋 copy color: '#2CB704'

red 44 ◦ green 183 ◦ blue 4

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

Shades of Kelly Green #2CB704

Tints of Kelly Green #2CB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 79.22%

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

R = 19.05%
G = 79.22%
B = 1.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#2CB704 (or 0x2CB704) is known color: Kelly Green. HEX triplet: 2C, B7 and 04. RGB value is (44,183,4). Sum of RGB (Red+Green+Blue) = 44+183+4=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 183 (71.88% from 255 or 79.22% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB704 is #D348FB. Grayscale: #797979. Windows color (decimal): -13846780 or 309036. OLE color: 309036.

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

Color convert

RGB 44 183 4 -
CMYK 0.76 0 0.98 0.28
HSL 106.59º 0.96% 0.37% -
HSV(B) 106.59º 0.98% 0.72% -
XYZ 17.99 34.41 5.81 -
YUV 121.03 61.95 73.05 -
System Red Green Blue C M Y K H S L
Decimal 44 183 4 0.76 0 0.98 0.28 106.59 0.96 0.37
Hex 2C B7 4 4C 0 62 1C 6B 60 25
Octal 54 267 4 114 0 142 34 153 140 45
Binary 101100 10110111 100 1001100 0 1100010 11100 1101011 1100000 100101

Color Harmonies of #2CB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB704

Black with #2CB704

Text Example


Text Example

White with #2CB704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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