Html Css Color HEX #3CB534 Lime Green

📋 copy color: '#3CB534'

red 60 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #3CB534

Tints of Lime Green #3CB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.77%

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 20.48%
G = 61.77%
B = 17.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#3CB534 (or 0x3CB534) is known color: Lime Green. HEX triplet: 3C, B5 and 34. RGB value is (60,181,52). Sum of RGB (Red+Green+Blue) = 60+181+52=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB534 is #C34ACB. Grayscale: #828282. Windows color (decimal): -12798668 or 3454268. OLE color: 3454268.

HSL color Cylindrical-coordinate representation of color #3CB534: hue angle of 116.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB534 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 181 52 -
CMYK 0.67 0 0.71 0.29
HSL 116.28º 0.55% 0.46% -
HSV(B) 116.28º 0.71% 0.71% -
XYZ 19.01 34.26 8.86 -
YUV 130.12 83.91 77.99 -
System Red Green Blue C M Y K H S L
Decimal 60 181 52 0.67 0 0.71 0.29 116.28 0.55 0.46
Hex 3C B5 34 43 0 47 1D 74 37 2E
Octal 74 265 64 103 0 107 35 164 67 56
Binary 111100 10110101 110100 1000011 0 1000111 11101 1110100 110111 101110

Color Harmonies of #3CB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB534

Black with #3CB534

Text Example


Text Example

White with #3CB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,181,52); }

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

background-color css

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

 a { background-color: rgb(60,181,52); }

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

border-color css

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

 span { border-color: rgb(60,181,52); }

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