Html Css Color HEX #2ACB02 Kelly Green

📋 copy color: '#2ACB02'

red 42 ◦ green 203 ◦ blue 2

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

Shades of Kelly Green #2ACB02

Tints of Kelly Green #2ACB02

RGB

 RED value IS 42 (16.8% from 255) = 17%

 GREEN value IS 203 (79.69% from 255) = 82.19%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 17%
G = 82.19%
B = 0.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2ACB02 (or 0x2ACB02) is known color: Kelly Green. HEX triplet: 2A, CB and 02. RGB value is (42,203,2). Sum of RGB (Red+Green+Blue) = 42+203+2=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 203 (79.69% from 255 or 82.19% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB02 is #D534FD. Grayscale: #848484. Windows color (decimal): -13972734 or 183082. OLE color: 183082.

HSL color Cylindrical-coordinate representation of color #2ACB02: hue angle of 108.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ACB02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 2 -
CMYK 0.79 0 0.99 0.20
HSL 108.06º 0.98% 0.4% -
HSV(B) 108.06º 0.99% 0.8% -
XYZ 22.32 43.21 7.22 -
YUV 131.95 54.66 63.84 -
System Red Green Blue C M Y K H S L
Decimal 42 203 2 0.79 0 0.99 0.20 108.06 0.98 0.4
Hex 2A CB 2 4F 0 63 14 6C 62 28
Octal 52 313 2 117 0 143 24 154 142 50
Binary 101010 11001011 10 1001111 0 1100011 10100 1101100 1100010 101000

Color Harmonies of #2ACB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB02

Black with #2ACB02

Text Example


Text Example

White with #2ACB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,203,2); }

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

background-color css

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

 a { background-color: rgb(42,203,2); }

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

border-color css

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

 span { border-color: rgb(42,203,2); }

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