Html Css Color HEX #2ABF00 Kelly Green

📋 copy color: '#2ABF00'

red 42 ◦ green 191 ◦ blue 0

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

Shades of Kelly Green #2ABF00

Tints of Kelly Green #2ABF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.03%
G = 81.97%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#2ABF00 (or 0x2ABF00) is known color: Kelly Green. HEX triplet: 2A, BF and 00. RGB value is (42,191,0). Sum of RGB (Red+Green+Blue) = 42+191+0=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF00 is #D540FF. Grayscale: #7D7D7D. Windows color (decimal): -13975808 or 48938. OLE color: 48938.

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

Color convert

RGB 42 191 0 -
CMYK 0.78 0 1 0.25
HSL 106.81º 1% 0.37% -
HSV(B) 106.81º 1% 0.75% -
XYZ 19.59 37.75 6.25 -
YUV 124.68 57.64 69.03 -
System Red Green Blue C M Y K H S L
Decimal 42 191 0 0.78 0 1 0.25 106.81 1 0.37
Hex 2A BF 0 4E 0 64 19 6B 64 25
Octal 52 277 0 116 0 144 31 153 144 45
Binary 101010 10111111 0 1001110 0 1100100 11001 1101011 1100100 100101

Color Harmonies of #2ABF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF00

Black with #2ABF00

Text Example


Text Example

White with #2ABF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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