Html Css Color HEX #2AF135 Lime Green

📋 copy color: '#2AF135'

red 42 ◦ green 241 ◦ blue 53

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

Shades of Lime Green #2AF135

Tints of Lime Green #2AF135

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.73%

 BLUE value IS 53 (21.09% from 255) = 15.77%

R = 12.5%
G = 71.73%
B = 15.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#2AF135 (or 0x2AF135) is known color: Lime Green. HEX triplet: 2A, F1 and 35. RGB value is (42,241,53). Sum of RGB (Red+Green+Blue) = 42+241+53=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF135 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF135 is #D50ECA. Grayscale: #A0A0A0. Windows color (decimal): -13962955 or 3535146. OLE color: 3535146.

HSL color Cylindrical-coordinate representation of color #2AF135: hue angle of 123.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF135 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 53 -
CMYK 0.83 0 0.78 0.05
HSL 123.32º 0.88% 0.55% -
HSV(B) 123.32º 0.83% 0.95% -
XYZ 33.05 63.66 13.91 -
YUV 160.07 67.57 43.79 -
System Red Green Blue C M Y K H S L
Decimal 42 241 53 0.83 0 0.78 0.05 123.32 0.88 0.55
Hex 2A F1 35 53 0 4E 5 7B 58 37
Octal 52 361 65 123 0 116 5 173 130 67
Binary 101010 11110001 110101 1010011 0 1001110 101 1111011 1011000 110111

Color Harmonies of #2AF135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF135

Black with #2AF135

Text Example


Text Example

White with #2AF135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,241,53); }

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

background-color css

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

 a { background-color: rgb(42,241,53); }

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

border-color css

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

 span { border-color: rgb(42,241,53); }

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