Html Css Color HEX #2DF222 Lime Green

📋 copy color: '#2DF222'

red 45 ◦ green 242 ◦ blue 34

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

Shades of Lime Green #2DF222

Tints of Lime Green #2DF222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 14.02%
G = 75.39%
B = 10.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2DF222 (or 0x2DF222) is known color: Lime Green. HEX triplet: 2D, F2 and 22. RGB value is (45,242,34). Sum of RGB (Red+Green+Blue) = 45+242+34=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF222 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF222 is #D20DDD. Grayscale: #A0A0A0. Windows color (decimal): -13766110 or 2290221. OLE color: 2290221.

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

Color convert

RGB 45 242 34 -
CMYK 0.81 0 0.86 0.05
HSL 116.83º 0.89% 0.54% -
HSV(B) 116.83º 0.86% 0.95% -
XYZ 33.12 64.18 12.16 -
YUV 159.39 57.23 46.41 -
System Red Green Blue C M Y K H S L
Decimal 45 242 34 0.81 0 0.86 0.05 116.83 0.89 0.54
Hex 2D F2 22 51 0 56 5 75 59 36
Octal 55 362 42 121 0 126 5 165 131 66
Binary 101101 11110010 100010 1010001 0 1010110 101 1110101 1011001 110110

Color Harmonies of #2DF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF222

Black with #2DF222

Text Example


Text Example

White with #2DF222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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