Html Css Color HEX #2DF13D Lime Green

📋 copy color: '#2DF13D'

red 45 ◦ green 241 ◦ blue 61

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

Shades of Lime Green #2DF13D

Tints of Lime Green #2DF13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 12.97%
G = 69.45%
B = 17.58%

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

#2DF13D (or 0x2DF13D) is known color: Lime Green. HEX triplet: 2D, F1 and 3D. RGB value is (45,241,61). Sum of RGB (Red+Green+Blue) = 45+241+61=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 241 (94.53% from 255 or 69.45% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF13D is #D20EC2. Grayscale: #A2A2A2. Windows color (decimal): -13766339 or 4059437. OLE color: 4059437.

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

Color convert

RGB 45 241 61 -
CMYK 0.81 0 0.75 0.05
HSL 124.9º 0.88% 0.56% -
HSV(B) 124.9º 0.81% 0.95% -
XYZ 33.38 63.81 14.97 -
YUV 161.88 71.07 44.64 -
System Red Green Blue C M Y K H S L
Decimal 45 241 61 0.81 0 0.75 0.05 124.9 0.88 0.56
Hex 2D F1 3D 51 0 4B 5 7D 58 38
Octal 55 361 75 121 0 113 5 175 130 70
Binary 101101 11110001 111101 1010001 0 1001011 101 1111101 1011000 111000

Color Harmonies of #2DF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF13D

Black with #2DF13D

Text Example


Text Example

White with #2DF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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