Html Css Color HEX #3CB32D Lime Green

📋 copy color: '#3CB32D'

red 60 ◦ green 179 ◦ blue 45

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

Shades of Lime Green #3CB32D

Tints of Lime Green #3CB32D

RGB

 RED value IS 60 (23.83% from 255) = 21.13%

 GREEN value IS 179 (70.31% from 255) = 63.03%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 21.13%
G = 63.03%
B = 15.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#3CB32D (or 0x3CB32D) is known color: Lime Green. HEX triplet: 3C, B3 and 2D. RGB value is (60,179,45). Sum of RGB (Red+Green+Blue) = 60+179+45=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB32D is #C34CD2. Grayscale: #808080. Windows color (decimal): -12799187 or 2995004. OLE color: 2995004.

HSL color Cylindrical-coordinate representation of color #3CB32D: hue angle of 113.28º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB32D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 45 -
CMYK 0.66 0 0.75 0.30
HSL 113.28º 0.6% 0.44% -
HSV(B) 113.28º 0.75% 0.7% -
XYZ 18.46 33.39 7.95 -
YUV 128.14 81.08 79.4 -
System Red Green Blue C M Y K H S L
Decimal 60 179 45 0.66 0 0.75 0.30 113.28 0.6 0.44
Hex 3C B3 2D 42 0 4B 1E 71 3C 2C
Octal 74 263 55 102 0 113 36 161 74 54
Binary 111100 10110011 101101 1000010 0 1001011 11110 1110001 111100 101100

Color Harmonies of #3CB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB32D

Black with #3CB32D

Text Example


Text Example

White with #3CB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CB32D; }

 p { color: rgb(60,179,45); }

 H1.HeaderClassName
 {
   color: #3CB32D;
 }
 .AnyTagClassName
 {
   color: #3CB32D;
 }
</style>

background-color css

<style>
 a { background-color: #3CB32D; }

 a { background-color: rgb(60,179,45); }

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

border-color css

<style>
 span { border-color: #3CB32D; }

 span { border-color: rgb(60,179,45); }

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