Html Css Color HEX #2AF930 Lime Green

📋 copy color: '#2AF930'

red 42 ◦ green 249 ◦ blue 48

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

Shades of Lime Green #2AF930

Tints of Lime Green #2AF930

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.45%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 12.39%
G = 73.45%
B = 14.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2AF930 (or 0x2AF930) is known color: Lime Green. HEX triplet: 2A, F9 and 30. RGB value is (42,249,48). Sum of RGB (Red+Green+Blue) = 42+249+48=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF930 is #D506CF. Grayscale: #A4A4A4. Windows color (decimal): -13960912 or 3209514. OLE color: 3209514.

HSL color Cylindrical-coordinate representation of color #2AF930: hue angle of 121.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF930 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 48 -
CMYK 0.83 0 0.81 0.02
HSL 121.74º 0.95% 0.57% -
HSV(B) 121.74º 0.83% 0.98% -
XYZ 35.36 68.46 14.15 -
YUV 164.19 62.42 40.84 -
System Red Green Blue C M Y K H S L
Decimal 42 249 48 0.83 0 0.81 0.02 121.74 0.95 0.57
Hex 2A F9 30 53 0 51 2 7A 5F 39
Octal 52 371 60 123 0 121 2 172 137 71
Binary 101010 11111001 110000 1010011 0 1010001 10 1111010 1011111 111001

Color Harmonies of #2AF930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF930

Black with #2AF930

Text Example


Text Example

White with #2AF930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,48); }

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

background-color css

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

 a { background-color: rgb(42,249,48); }

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

border-color css

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

 span { border-color: rgb(42,249,48); }

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