Html Css Color HEX #2AF933 Lime Green

📋 copy color: '#2AF933'

red 42 ◦ green 249 ◦ blue 51

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

Shades of Lime Green #2AF933

Tints of Lime Green #2AF933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 12.28%
G = 72.81%
B = 14.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#2AF933 (or 0x2AF933) is known color: Lime Green. HEX triplet: 2A, F9 and 33. RGB value is (42,249,51). Sum of RGB (Red+Green+Blue) = 42+249+51=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF933 is #D506CC. Grayscale: #A5A5A5. Windows color (decimal): -13960909 or 3406122. OLE color: 3406122.

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

Color convert

RGB 42 249 51 -
CMYK 0.83 0 0.80 0.02
HSL 122.61º 0.95% 0.57% -
HSV(B) 122.61º 0.83% 0.98% -
XYZ 35.43 68.48 14.48 -
YUV 164.54 63.92 40.6 -
System Red Green Blue C M Y K H S L
Decimal 42 249 51 0.83 0 0.80 0.02 122.61 0.95 0.57
Hex 2A F9 33 53 0 50 2 7B 5F 39
Octal 52 371 63 123 0 120 2 173 137 71
Binary 101010 11111001 110011 1010011 0 1010000 10 1111011 1011111 111001

Color Harmonies of #2AF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF933

Black with #2AF933

Text Example


Text Example

White with #2AF933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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