Html Css Color HEX #2CB304 Kelly Green

📋 copy color: '#2CB304'

red 44 ◦ green 179 ◦ blue 4

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

Shades of Kelly Green #2CB304

Tints of Kelly Green #2CB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.85%

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

R = 19.38%
G = 78.85%
B = 1.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#2CB304 (or 0x2CB304) is known color: Kelly Green. HEX triplet: 2C, B3 and 04. RGB value is (44,179,4). Sum of RGB (Red+Green+Blue) = 44+179+4=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB304 is #D34CFB. Grayscale: #777777. Windows color (decimal): -13847804 or 308012. OLE color: 308012.

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

Color convert

RGB 44 179 4 -
CMYK 0.75 0 0.98 0.30
HSL 106.29º 0.96% 0.36% -
HSV(B) 106.29º 0.98% 0.7% -
XYZ 17.18 32.78 5.54 -
YUV 118.69 63.27 74.73 -
System Red Green Blue C M Y K H S L
Decimal 44 179 4 0.75 0 0.98 0.30 106.29 0.96 0.36
Hex 2C B3 4 4B 0 62 1E 6A 60 24
Octal 54 263 4 113 0 142 36 152 140 44
Binary 101100 10110011 100 1001011 0 1100010 11110 1101010 1100000 100100

Color Harmonies of #2CB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB304

Black with #2CB304

Text Example


Text Example

White with #2CB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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