Html Css Color HEX #2DBF1E Lime Green

📋 copy color: '#2DBF1E'

red 45 ◦ green 191 ◦ blue 30

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

Shades of Lime Green #2DBF1E

Tints of Lime Green #2DBF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 71.8%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 16.92%
G = 71.8%
B = 11.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2DBF1E (or 0x2DBF1E) is known color: Lime Green. HEX triplet: 2D, BF and 1E. RGB value is (45,191,30). Sum of RGB (Red+Green+Blue) = 45+191+30=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF1E is #D240E1. Grayscale: #818181. Windows color (decimal): -13779170 or 2015021. OLE color: 2015021.

HSL color Cylindrical-coordinate representation of color #2DBF1E: hue angle of 114.41º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DBF1E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 191 30 -
CMYK 0.76 0 0.84 0.25
HSL 114.41º 0.73% 0.43% -
HSV(B) 114.41º 0.84% 0.75% -
XYZ 19.95 37.91 7.49 -
YUV 128.99 72.13 68.09 -
System Red Green Blue C M Y K H S L
Decimal 45 191 30 0.76 0 0.84 0.25 114.41 0.73 0.43
Hex 2D BF 1E 4C 0 54 19 72 49 2B
Octal 55 277 36 114 0 124 31 162 111 53
Binary 101101 10111111 11110 1001100 0 1010100 11001 1110010 1001001 101011

Color Harmonies of #2DBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF1E

Black with #2DBF1E

Text Example


Text Example

White with #2DBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,191,30); }

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

background-color css

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

 a { background-color: rgb(45,191,30); }

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

border-color css

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

 span { border-color: rgb(45,191,30); }

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