Html Css Color HEX #2AF730 Lime Green

📋 copy color: '#2AF730'

red 42 ◦ green 247 ◦ blue 48

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

Shades of Lime Green #2AF730

Tints of Lime Green #2AF730

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.29%

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

R = 12.46%
G = 73.29%
B = 14.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#2AF730 (or 0x2AF730) is known color: Lime Green. HEX triplet: 2A, F7 and 30. RGB value is (42,247,48). Sum of RGB (Red+Green+Blue) = 42+247+48=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF730 is #D508CF. Grayscale: #A3A3A3. Windows color (decimal): -13961424 or 3209002. OLE color: 3209002.

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

Color convert

RGB 42 247 48 -
CMYK 0.83 0 0.81 0.03
HSL 121.76º 0.93% 0.57% -
HSV(B) 121.76º 0.83% 0.97% -
XYZ 34.75 67.23 13.94 -
YUV 163.02 63.08 41.68 -
System Red Green Blue C M Y K H S L
Decimal 42 247 48 0.83 0 0.81 0.03 121.76 0.93 0.57
Hex 2A F7 30 53 0 51 3 7A 5D 39
Octal 52 367 60 123 0 121 3 172 135 71
Binary 101010 11110111 110000 1010011 0 1010001 11 1111010 1011101 111001

Color Harmonies of #2AF730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF730

Black with #2AF730

Text Example


Text Example

White with #2AF730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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