Html Css Color HEX #2AF938 Lime Green

📋 copy color: '#2AF938'

red 42 ◦ green 249 ◦ blue 56

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

Shades of Lime Green #2AF938

Tints of Lime Green #2AF938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 12.1%
G = 71.76%
B = 16.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#2AF938 (or 0x2AF938) is known color: Lime Green. HEX triplet: 2A, F9 and 38. RGB value is (42,249,56). Sum of RGB (Red+Green+Blue) = 42+249+56=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF938 is #D506C7. Grayscale: #A5A5A5. Windows color (decimal): -13960904 or 3733802. OLE color: 3733802.

HSL color Cylindrical-coordinate representation of color #2AF938: hue angle of 124.06º 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 #2AF938 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 56 -
CMYK 0.83 0 0.78 0.02
HSL 124.06º 0.95% 0.57% -
HSV(B) 124.06º 0.83% 0.98% -
XYZ 35.54 68.53 15.1 -
YUV 165.11 66.42 40.19 -
System Red Green Blue C M Y K H S L
Decimal 42 249 56 0.83 0 0.78 0.02 124.06 0.95 0.57
Hex 2A F9 38 53 0 4E 2 7C 5F 39
Octal 52 371 70 123 0 116 2 174 137 71
Binary 101010 11111001 111000 1010011 0 1001110 10 1111100 1011111 111001

Color Harmonies of #2AF938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF938

Black with #2AF938

Text Example


Text Example

White with #2AF938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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