Html Css Color HEX #2DC236 Lime Green

📋 copy color: '#2DC236'

red 45 ◦ green 194 ◦ blue 54

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

Shades of Lime Green #2DC236

Tints of Lime Green #2DC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 15.36%
G = 66.21%
B = 18.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#2DC236 (or 0x2DC236) is known color: Lime Green. HEX triplet: 2D, C2 and 36. RGB value is (45,194,54). Sum of RGB (Red+Green+Blue) = 45+194+54=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC236 is #D23DC9. Grayscale: #858585. Windows color (decimal): -13778378 or 3588653. OLE color: 3588653.

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

Color convert

RGB 45 194 54 -
CMYK 0.77 0 0.72 0.24
HSL 123.62º 0.62% 0.47% -
HSV(B) 123.62º 0.77% 0.76% -
XYZ 21.04 39.41 9.99 -
YUV 133.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 45 194 54 0.77 0 0.72 0.24 123.62 0.62 0.47
Hex 2D C2 36 4D 0 48 18 7C 3E 2F
Octal 55 302 66 115 0 110 30 174 76 57
Binary 101101 11000010 110110 1001101 0 1001000 11000 1111100 111110 101111

Color Harmonies of #2DC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC236

Black with #2DC236

Text Example


Text Example

White with #2DC236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,194,54); }

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

background-color css

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

 a { background-color: rgb(45,194,54); }

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

border-color css

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

 span { border-color: rgb(45,194,54); }

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