Html Css Color HEX #2DF72B Lime Green

📋 copy color: '#2DF72B'

red 45 ◦ green 247 ◦ blue 43

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

Shades of Lime Green #2DF72B

Tints of Lime Green #2DF72B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 73.73%

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 13.43%
G = 73.73%
B = 12.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#2DF72B (or 0x2DF72B) is known color: Lime Green. HEX triplet: 2D, F7 and 2B. RGB value is (45,247,43). Sum of RGB (Red+Green+Blue) = 45+247+43=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 247 (96.88% from 255 or 73.73% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF72B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF72B is #D208D4. Grayscale: #A3A3A3. Windows color (decimal): -13764821 or 2881325. OLE color: 2881325.

HSL color Cylindrical-coordinate representation of color #2DF72B: hue angle of 119.41º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF72B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 247 43 -
CMYK 0.82 0 0.83 0.03
HSL 119.41º 0.93% 0.57% -
HSV(B) 119.41º 0.83% 0.97% -
XYZ 34.78 67.25 13.43 -
YUV 163.35 60.08 43.59 -
System Red Green Blue C M Y K H S L
Decimal 45 247 43 0.82 0 0.83 0.03 119.41 0.93 0.57
Hex 2D F7 2B 52 0 53 3 77 5D 39
Octal 55 367 53 122 0 123 3 167 135 71
Binary 101101 11110111 101011 1010010 0 1010011 11 1110111 1011101 111001

Color Harmonies of #2DF72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF72B

Black with #2DF72B

Text Example


Text Example

White with #2DF72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,247,43); }

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

background-color css

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

 a { background-color: rgb(45,247,43); }

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

border-color css

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

 span { border-color: rgb(45,247,43); }

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