Html Css Color HEX #2DF13C Lime Green

📋 copy color: '#2DF13C'

red 45 ◦ green 241 ◦ blue 60

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

Shades of Lime Green #2DF13C

Tints of Lime Green #2DF13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 13.01%
G = 69.65%
B = 17.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#2DF13C (or 0x2DF13C) is known color: Lime Green. HEX triplet: 2D, F1 and 3C. RGB value is (45,241,60). Sum of RGB (Red+Green+Blue) = 45+241+60=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF13C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF13C is #D20EC3. Grayscale: #A2A2A2. Windows color (decimal): -13766340 or 3993901. OLE color: 3993901.

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

Color convert

RGB 45 241 60 -
CMYK 0.81 0 0.75 0.05
HSL 124.59º 0.88% 0.56% -
HSV(B) 124.59º 0.81% 0.95% -
XYZ 33.35 63.79 14.83 -
YUV 161.76 70.57 44.72 -
System Red Green Blue C M Y K H S L
Decimal 45 241 60 0.81 0 0.75 0.05 124.59 0.88 0.56
Hex 2D F1 3C 51 0 4B 5 7D 58 38
Octal 55 361 74 121 0 113 5 175 130 70
Binary 101101 11110001 111100 1010001 0 1001011 101 1111101 1011000 111000

Color Harmonies of #2DF13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF13C

Black with #2DF13C

Text Example


Text Example

White with #2DF13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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