Html Css Color HEX #2DF13E Lime Green

📋 copy color: '#2DF13E'

red 45 ◦ green 241 ◦ blue 62

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

Shades of Lime Green #2DF13E

Tints of Lime Green #2DF13E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 12.93%
G = 69.25%
B = 17.82%

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

#2DF13E (or 0x2DF13E) is known color: Lime Green. HEX triplet: 2D, F1 and 3E. RGB value is (45,241,62). Sum of RGB (Red+Green+Blue) = 45+241+62=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF13E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF13E is #D20EC1. Grayscale: #A2A2A2. Windows color (decimal): -13766338 or 4124973. OLE color: 4124973.

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

Color convert

RGB 45 241 62 -
CMYK 0.81 0 0.74 0.05
HSL 125.2º 0.88% 0.56% -
HSV(B) 125.2º 0.81% 0.95% -
XYZ 33.41 63.82 15.11 -
YUV 161.99 71.57 44.55 -
System Red Green Blue C M Y K H S L
Decimal 45 241 62 0.81 0 0.74 0.05 125.2 0.88 0.56
Hex 2D F1 3E 51 0 4A 5 7D 58 38
Octal 55 361 76 121 0 112 5 175 130 70
Binary 101101 11110001 111110 1010001 0 1001010 101 1111101 1011000 111000

Color Harmonies of #2DF13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF13E

Black with #2DF13E

Text Example


Text Example

White with #2DF13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,241,62); }

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

background-color css

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

 a { background-color: rgb(45,241,62); }

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

border-color css

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

 span { border-color: rgb(45,241,62); }

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