Html Css Color HEX #2DC335 Lime Green

📋 copy color: '#2DC335'

red 45 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #2DC335

Tints of Lime Green #2DC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.55%

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

R = 15.36%
G = 66.55%
B = 18.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#2DC335 (or 0x2DC335) is known color: Lime Green. HEX triplet: 2D, C3 and 35. RGB value is (45,195,53). Sum of RGB (Red+Green+Blue) = 45+195+53=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC335 is #D23CCA. Grayscale: #868686. Windows color (decimal): -13778123 or 3523373. OLE color: 3523373.

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

Color convert

RGB 45 195 53 -
CMYK 0.77 0 0.73 0.24
HSL 123.2º 0.63% 0.47% -
HSV(B) 123.2º 0.77% 0.76% -
XYZ 21.24 39.85 9.94 -
YUV 133.96 82.31 64.55 -
System Red Green Blue C M Y K H S L
Decimal 45 195 53 0.77 0 0.73 0.24 123.2 0.63 0.47
Hex 2D C3 35 4D 0 49 18 7B 3E 2F
Octal 55 303 65 115 0 111 30 173 76 57
Binary 101101 11000011 110101 1001101 0 1001001 11000 1111011 111110 101111

Color Harmonies of #2DC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC335

Black with #2DC335

Text Example


Text Example

White with #2DC335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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