Html Css Color HEX #2CB406 Kelly Green

📋 copy color: '#2CB406'

red 44 ◦ green 180 ◦ blue 6

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

Shades of Kelly Green #2CB406

Tints of Kelly Green #2CB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 78.26%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 19.13%
G = 78.26%
B = 2.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#2CB406 (or 0x2CB406) is known color: Kelly Green. HEX triplet: 2C, B4 and 06. RGB value is (44,180,6). Sum of RGB (Red+Green+Blue) = 44+180+6=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB406 is #D34BF9. Grayscale: #787878. Windows color (decimal): -13847546 or 439340. OLE color: 439340.

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

Color convert

RGB 44 180 6 -
CMYK 0.76 0 0.97 0.29
HSL 106.9º 0.94% 0.36% -
HSV(B) 106.9º 0.97% 0.71% -
XYZ 17.39 33.19 5.66 -
YUV 119.5 63.94 74.15 -
System Red Green Blue C M Y K H S L
Decimal 44 180 6 0.76 0 0.97 0.29 106.9 0.94 0.36
Hex 2C B4 6 4C 0 61 1D 6B 5E 24
Octal 54 264 6 114 0 141 35 153 136 44
Binary 101100 10110100 110 1001100 0 1100001 11101 1101011 1011110 100100

Color Harmonies of #2CB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB406

Black with #2CB406

Text Example


Text Example

White with #2CB406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,6); }

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

background-color css

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

 a { background-color: rgb(44,180,6); }

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

border-color css

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

 span { border-color: rgb(44,180,6); }

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