Html Css Color HEX #2ABF02 Kelly Green

📋 copy color: '#2ABF02'

red 42 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #2ABF02

Tints of Kelly Green #2ABF02

RGB

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

 GREEN value IS 191 (75% from 255) = 81.28%

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

R = 17.87%
G = 81.28%
B = 0.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2ABF02 (or 0x2ABF02) is known color: Kelly Green. HEX triplet: 2A, BF and 02. RGB value is (42,191,2). Sum of RGB (Red+Green+Blue) = 42+191+2=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF02 is #D540FD. Grayscale: #7D7D7D. Windows color (decimal): -13975806 or 180010. OLE color: 180010.

HSL color Cylindrical-coordinate representation of color #2ABF02: hue angle of 107.3º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ABF02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 2 -
CMYK 0.78 0 0.99 0.25
HSL 107.3º 0.98% 0.38% -
HSV(B) 107.3º 0.99% 0.75% -
XYZ 19.6 37.76 6.31 -
YUV 124.9 58.64 68.87 -
System Red Green Blue C M Y K H S L
Decimal 42 191 2 0.78 0 0.99 0.25 107.3 0.98 0.38
Hex 2A BF 2 4E 0 63 19 6B 62 26
Octal 52 277 2 116 0 143 31 153 142 46
Binary 101010 10111111 10 1001110 0 1100011 11001 1101011 1100010 100110

Color Harmonies of #2ABF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF02

Black with #2ABF02

Text Example


Text Example

White with #2ABF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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