Html Css Color HEX #2DF231 Lime Green

📋 copy color: '#2DF231'

red 45 ◦ green 242 ◦ blue 49

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

Shades of Lime Green #2DF231

Tints of Lime Green #2DF231

RGB

 RED value IS 45 (17.97% from 255) = 13.39%

 GREEN value IS 242 (94.92% from 255) = 72.02%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 13.39%
G = 72.02%
B = 14.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#2DF231 (or 0x2DF231) is known color: Lime Green. HEX triplet: 2D, F2 and 31. RGB value is (45,242,49). Sum of RGB (Red+Green+Blue) = 45+242+49=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF231 is #D20DCE. Grayscale: #A1A1A1. Windows color (decimal): -13766095 or 3273261. OLE color: 3273261.

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

Color convert

RGB 45 242 49 -
CMYK 0.81 0 0.80 0.05
HSL 121.22º 0.88% 0.56% -
HSV(B) 121.22º 0.81% 0.95% -
XYZ 33.39 64.28 13.55 -
YUV 161.1 64.73 45.19 -
System Red Green Blue C M Y K H S L
Decimal 45 242 49 0.81 0 0.80 0.05 121.22 0.88 0.56
Hex 2D F2 31 51 0 50 5 79 58 38
Octal 55 362 61 121 0 120 5 171 130 70
Binary 101101 11110010 110001 1010001 0 1010000 101 1111001 1011000 111000

Color Harmonies of #2DF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF231

Black with #2DF231

Text Example


Text Example

White with #2DF231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,242,49); }

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

background-color css

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

 a { background-color: rgb(45,242,49); }

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

border-color css

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

 span { border-color: rgb(45,242,49); }

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