Html Css Color HEX #2DF223 Lime Green

📋 copy color: '#2DF223'

red 45 ◦ green 242 ◦ blue 35

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

Shades of Lime Green #2DF223

Tints of Lime Green #2DF223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 13.98%
G = 75.16%
B = 10.87%

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

#2DF223 (or 0x2DF223) is known color: Lime Green. HEX triplet: 2D, F2 and 23. RGB value is (45,242,35). Sum of RGB (Red+Green+Blue) = 45+242+35=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 242 (94.92% from 255 or 75.16% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF223 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF223 is #D20DDC. Grayscale: #A0A0A0. Windows color (decimal): -13766109 or 2355757. OLE color: 2355757.

HSL color Cylindrical-coordinate representation of color #2DF223: hue angle of 117.1º 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 #2DF223 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 242 35 -
CMYK 0.81 0 0.86 0.05
HSL 117.1º 0.89% 0.54% -
HSV(B) 117.1º 0.86% 0.95% -
XYZ 33.14 64.18 12.23 -
YUV 159.5 57.73 46.33 -
System Red Green Blue C M Y K H S L
Decimal 45 242 35 0.81 0 0.86 0.05 117.1 0.89 0.54
Hex 2D F2 23 51 0 56 5 75 59 36
Octal 55 362 43 121 0 126 5 165 131 66
Binary 101101 11110010 100011 1010001 0 1010110 101 1110101 1011001 110110

Color Harmonies of #2DF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF223

Black with #2DF223

Text Example


Text Example

White with #2DF223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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