Html Css Color HEX #2DF340 Lime Green

📋 copy color: '#2DF340'

red 45 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #2DF340

Tints of Lime Green #2DF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.03%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 12.78%
G = 69.03%
B = 18.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#2DF340 (or 0x2DF340) is known color: Lime Green. HEX triplet: 2D, F3 and 40. RGB value is (45,243,64). Sum of RGB (Red+Green+Blue) = 45+243+64=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF340 is #D20CBF. Grayscale: #A3A3A3. Windows color (decimal): -13765824 or 4256557. OLE color: 4256557.

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

Color convert

RGB 45 243 64 -
CMYK 0.81 0 0.74 0.05
HSL 125.76º 0.89% 0.56% -
HSV(B) 125.76º 0.81% 0.95% -
XYZ 34.06 65.03 15.61 -
YUV 163.39 71.9 43.55 -
System Red Green Blue C M Y K H S L
Decimal 45 243 64 0.81 0 0.74 0.05 125.76 0.89 0.56
Hex 2D F3 40 51 0 4A 5 7E 59 38
Octal 55 363 100 121 0 112 5 176 131 70
Binary 101101 11110011 1000000 1010001 0 1001010 101 1111110 1011001 111000

Color Harmonies of #2DF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF340

Black with #2DF340

Text Example


Text Example

White with #2DF340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,64); }

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

background-color css

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

 a { background-color: rgb(45,243,64); }

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

border-color css

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

 span { border-color: rgb(45,243,64); }

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