Html Css Color HEX #2CAB01 Kelly Green

📋 copy color: '#2CAB01'

red 44 ◦ green 171 ◦ blue 1

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

Shades of Kelly Green #2CAB01

Tints of Kelly Green #2CAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.17%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 20.37%
G = 79.17%
B = 0.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#2CAB01 (or 0x2CAB01) is known color: Kelly Green. HEX triplet: 2C, AB and 01. RGB value is (44,171,1). Sum of RGB (Red+Green+Blue) = 44+171+1=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 171 (67.19% from 255 or 79.17% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAB01 is #D354FE. Grayscale: #727272. Windows color (decimal): -13849855 or 109356. OLE color: 109356.

HSL color Cylindrical-coordinate representation of color #2CAB01: hue angle of 104.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CAB01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 171 1 -
CMYK 0.74 0 0.99 0.33
HSL 104.82º 0.99% 0.34% -
HSV(B) 104.82º 0.99% 0.67% -
XYZ 15.61 29.66 4.93 -
YUV 113.65 64.42 78.32 -
System Red Green Blue C M Y K H S L
Decimal 44 171 1 0.74 0 0.99 0.33 104.82 0.99 0.34
Hex 2C AB 1 4A 0 63 21 69 63 22
Octal 54 253 1 112 0 143 41 151 143 42
Binary 101100 10101011 1 1001010 0 1100011 100001 1101001 1100011 100010

Color Harmonies of #2CAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAB01

Black with #2CAB01

Text Example


Text Example

White with #2CAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,171,1); }

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

background-color css

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

 a { background-color: rgb(44,171,1); }

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

border-color css

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

 span { border-color: rgb(44,171,1); }

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