Html Css Color HEX #2ABF03 Kelly Green

📋 copy color: '#2ABF03'

red 42 ◦ green 191 ◦ blue 3

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

Shades of Kelly Green #2ABF03

Tints of Kelly Green #2ABF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 17.8%
G = 80.93%
B = 1.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#2ABF03 (or 0x2ABF03) is known color: Kelly Green. HEX triplet: 2A, BF and 03. RGB value is (42,191,3). Sum of RGB (Red+Green+Blue) = 42+191+3=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 191 (75% from 255 or 80.93% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF03 is #D540FC. Grayscale: #7D7D7D. Windows color (decimal): -13975805 or 245546. OLE color: 245546.

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

Color convert

RGB 42 191 3 -
CMYK 0.78 0 0.98 0.25
HSL 107.55º 0.97% 0.38% -
HSV(B) 107.55º 0.98% 0.75% -
XYZ 19.6 37.76 6.34 -
YUV 125.02 59.14 68.79 -
System Red Green Blue C M Y K H S L
Decimal 42 191 3 0.78 0 0.98 0.25 107.55 0.97 0.38
Hex 2A BF 3 4E 0 62 19 6C 61 26
Octal 52 277 3 116 0 142 31 154 141 46
Binary 101010 10111111 11 1001110 0 1100010 11001 1101100 1100001 100110

Color Harmonies of #2ABF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF03

Black with #2ABF03

Text Example


Text Example

White with #2ABF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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