Html Css Color HEX #2DC13D Lime Green

📋 copy color: '#2DC13D'

red 45 ◦ green 193 ◦ blue 61

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

Shades of Lime Green #2DC13D

Tints of Lime Green #2DC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.55%

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

R = 15.05%
G = 64.55%
B = 20.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#2DC13D (or 0x2DC13D) is known color: Lime Green. HEX triplet: 2D, C1 and 3D. RGB value is (45,193,61). Sum of RGB (Red+Green+Blue) = 45+193+61=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC13D is #D23EC2. Grayscale: #868686. Windows color (decimal): -13778627 or 4047149. OLE color: 4047149.

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

Color convert

RGB 45 193 61 -
CMYK 0.77 0 0.68 0.24
HSL 126.49º 0.62% 0.47% -
HSV(B) 126.49º 0.77% 0.76% -
XYZ 20.99 39.03 10.84 -
YUV 133.7 86.97 64.73 -
System Red Green Blue C M Y K H S L
Decimal 45 193 61 0.77 0 0.68 0.24 126.49 0.62 0.47
Hex 2D C1 3D 4D 0 44 18 7E 3E 2F
Octal 55 301 75 115 0 104 30 176 76 57
Binary 101101 11000001 111101 1001101 0 1000100 11000 1111110 111110 101111

Color Harmonies of #2DC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC13D

Black with #2DC13D

Text Example


Text Example

White with #2DC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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