Html Css Color HEX #2AEF2D Lime Green

📋 copy color: '#2AEF2D'

red 42 ◦ green 239 ◦ blue 45

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

Shades of Lime Green #2AEF2D

Tints of Lime Green #2AEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 73.31%

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 12.88%
G = 73.31%
B = 13.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#2AEF2D (or 0x2AEF2D) is known color: Lime Green. HEX triplet: 2A, EF and 2D. RGB value is (42,239,45). Sum of RGB (Red+Green+Blue) = 42+239+45=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 239 (93.75% from 255 or 73.31% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEF2D is #D510D2. Grayscale: #9E9E9E. Windows color (decimal): -13963475 or 3010346. OLE color: 3010346.

HSL color Cylindrical-coordinate representation of color #2AEF2D: hue angle of 120.91º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEF2D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 239 45 -
CMYK 0.82 0 0.81 0.06
HSL 120.91º 0.86% 0.55% -
HSV(B) 120.91º 0.82% 0.94% -
XYZ 32.3 62.41 12.83 -
YUV 157.98 64.23 45.27 -
System Red Green Blue C M Y K H S L
Decimal 42 239 45 0.82 0 0.81 0.06 120.91 0.86 0.55
Hex 2A EF 2D 52 0 51 6 79 56 37
Octal 52 357 55 122 0 121 6 171 126 67
Binary 101010 11101111 101101 1010010 0 1010001 110 1111001 1010110 110111

Color Harmonies of #2AEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEF2D

Black with #2AEF2D

Text Example


Text Example

White with #2AEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,239,45); }

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

background-color css

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

 a { background-color: rgb(42,239,45); }

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

border-color css

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

 span { border-color: rgb(42,239,45); }

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