Html Css Color HEX #2DF244 Lime Green

📋 copy color: '#2DF244'

red 45 ◦ green 242 ◦ blue 68

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

Shades of Lime Green #2DF244

Tints of Lime Green #2DF244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 12.68%
G = 68.17%
B = 19.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2DF244 (or 0x2DF244) is known color: Lime Green. HEX triplet: 2D, F2 and 44. RGB value is (45,242,68). Sum of RGB (Red+Green+Blue) = 45+242+68=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF244 is #D20DBB. Grayscale: #A3A3A3. Windows color (decimal): -13766076 or 4518445. OLE color: 4518445.

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

Color convert

RGB 45 242 68 -
CMYK 0.81 0 0.72 0.05
HSL 127.01º 0.88% 0.56% -
HSV(B) 127.01º 0.81% 0.95% -
XYZ 33.88 64.48 16.13 -
YUV 163.26 74.23 43.65 -
System Red Green Blue C M Y K H S L
Decimal 45 242 68 0.81 0 0.72 0.05 127.01 0.88 0.56
Hex 2D F2 44 51 0 48 5 7F 58 38
Octal 55 362 104 121 0 110 5 177 130 70
Binary 101101 11110010 1000100 1010001 0 1001000 101 1111111 1011000 111000

Color Harmonies of #2DF244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF244

Black with #2DF244

Text Example


Text Example

White with #2DF244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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