Html Css Color HEX #2DC01B Lime Green

📋 copy color: '#2DC01B'

red 45 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #2DC01B

Tints of Lime Green #2DC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 17.05%
G = 72.73%
B = 10.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#2DC01B (or 0x2DC01B) is known color: Lime Green. HEX triplet: 2D, C0 and 1B. RGB value is (45,192,27). Sum of RGB (Red+Green+Blue) = 45+192+27=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC01B is #D23FE4. Grayscale: #818181. Windows color (decimal): -13778917 or 1818669. OLE color: 1818669.

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

Color convert

RGB 45 192 27 -
CMYK 0.77 0 0.86 0.25
HSL 113.45º 0.75% 0.43% -
HSV(B) 113.45º 0.86% 0.75% -
XYZ 20.13 38.34 7.38 -
YUV 129.24 70.3 67.92 -
System Red Green Blue C M Y K H S L
Decimal 45 192 27 0.77 0 0.86 0.25 113.45 0.75 0.43
Hex 2D C0 1B 4D 0 56 19 71 4B 2B
Octal 55 300 33 115 0 126 31 161 113 53
Binary 101101 11000000 11011 1001101 0 1010110 11001 1110001 1001011 101011

Color Harmonies of #2DC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC01B

Black with #2DC01B

Text Example


Text Example

White with #2DC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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