Html Css Color HEX #2DC01E Lime Green

📋 copy color: '#2DC01E'

red 45 ◦ green 192 ◦ blue 30

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

Shades of Lime Green #2DC01E

Tints of Lime Green #2DC01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.91%

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

R = 16.85%
G = 71.91%
B = 11.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2DC01E (or 0x2DC01E) is known color: Lime Green. HEX triplet: 2D, C0 and 1E. RGB value is (45,192,30). Sum of RGB (Red+Green+Blue) = 45+192+30=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC01E is #D23FE1. Grayscale: #828282. Windows color (decimal): -13778914 or 2015277. OLE color: 2015277.

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

Color convert

RGB 45 192 30 -
CMYK 0.77 0 0.84 0.25
HSL 114.44º 0.73% 0.44% -
HSV(B) 114.44º 0.84% 0.75% -
XYZ 20.17 38.35 7.57 -
YUV 129.58 71.8 67.67 -
System Red Green Blue C M Y K H S L
Decimal 45 192 30 0.77 0 0.84 0.25 114.44 0.73 0.44
Hex 2D C0 1E 4D 0 54 19 72 49 2C
Octal 55 300 36 115 0 124 31 162 111 54
Binary 101101 11000000 11110 1001101 0 1010100 11001 1110010 1001001 101100

Color Harmonies of #2DC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC01E

Black with #2DC01E

Text Example


Text Example

White with #2DC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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