Html Css Color HEX #2DC435 Lime Green

📋 copy color: '#2DC435'

red 45 ◦ green 196 ◦ blue 53

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

Shades of Lime Green #2DC435

Tints of Lime Green #2DC435

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.67%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 15.31%
G = 66.67%
B = 18.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#2DC435 (or 0x2DC435) is known color: Lime Green. HEX triplet: 2D, C4 and 35. RGB value is (45,196,53). Sum of RGB (Red+Green+Blue) = 45+196+53=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC435 is #D23BCA. Grayscale: #868686. Windows color (decimal): -13777867 or 3523629. OLE color: 3523629.

HSL color Cylindrical-coordinate representation of color #2DC435: hue angle of 123.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC435 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 53 -
CMYK 0.77 0 0.73 0.23
HSL 123.18º 0.63% 0.47% -
HSV(B) 123.18º 0.77% 0.77% -
XYZ 21.46 40.29 10.01 -
YUV 134.55 81.97 64.13 -
System Red Green Blue C M Y K H S L
Decimal 45 196 53 0.77 0 0.73 0.23 123.18 0.63 0.47
Hex 2D C4 35 4D 0 49 17 7B 3F 2F
Octal 55 304 65 115 0 111 27 173 77 57
Binary 101101 11000100 110101 1001101 0 1001001 10111 1111011 111111 101111

Color Harmonies of #2DC435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC435

Black with #2DC435

Text Example


Text Example

White with #2DC435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,53); }

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

background-color css

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

 a { background-color: rgb(45,196,53); }

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

border-color css

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

 span { border-color: rgb(45,196,53); }

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