Html Css Color HEX #2DC03E Lime Green

📋 copy color: '#2DC03E'

red 45 ◦ green 192 ◦ blue 62

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

Shades of Lime Green #2DC03E

Tints of Lime Green #2DC03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 15.05%
G = 64.21%
B = 20.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#2DC03E (or 0x2DC03E) is known color: Lime Green. HEX triplet: 2D, C0 and 3E. RGB value is (45,192,62). Sum of RGB (Red+Green+Blue) = 45+192+62=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC03E is #D23FC1. Grayscale: #858585. Windows color (decimal): -13778882 or 4112429. OLE color: 4112429.

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

Color convert

RGB 45 192 62 -
CMYK 0.77 0 0.68 0.25
HSL 126.94º 0.62% 0.46% -
HSV(B) 126.94º 0.77% 0.75% -
XYZ 20.8 38.6 10.91 -
YUV 133.23 87.8 65.07 -
System Red Green Blue C M Y K H S L
Decimal 45 192 62 0.77 0 0.68 0.25 126.94 0.62 0.46
Hex 2D C0 3E 4D 0 44 19 7F 3E 2E
Octal 55 300 76 115 0 104 31 177 76 56
Binary 101101 11000000 111110 1001101 0 1000100 11001 1111111 111110 101110

Color Harmonies of #2DC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC03E

Black with #2DC03E

Text Example


Text Example

White with #2DC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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