Html Css Color HEX #2DC03D Lime Green

📋 copy color: '#2DC03D'

red 45 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #2DC03D

Tints of Lime Green #2DC03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 15.1%
G = 64.43%
B = 20.47%

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

#2DC03D (or 0x2DC03D) is known color: Lime Green. HEX triplet: 2D, C0 and 3D. RGB value is (45,192,61). Sum of RGB (Red+Green+Blue) = 45+192+61=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC03D is #D23FC2. Grayscale: #858585. Windows color (decimal): -13778883 or 4046893. OLE color: 4046893.

HSL color Cylindrical-coordinate representation of color #2DC03D: hue angle of 126.53º 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 #2DC03D is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 61 -
CMYK 0.77 0 0.68 0.25
HSL 126.53º 0.62% 0.46% -
HSV(B) 126.53º 0.77% 0.75% -
XYZ 20.77 38.59 10.77 -
YUV 133.11 87.3 65.15 -
System Red Green Blue C M Y K H S L
Decimal 45 192 61 0.77 0 0.68 0.25 126.53 0.62 0.46
Hex 2D C0 3D 4D 0 44 19 7F 3E 2E
Octal 55 300 75 115 0 104 31 177 76 56
Binary 101101 11000000 111101 1001101 0 1000100 11001 1111111 111110 101110

Color Harmonies of #2DC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC03D

Black with #2DC03D

Text Example


Text Example

White with #2DC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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