Html Css Color HEX #3CAF35 Lime Green

📋 copy color: '#3CAF35'

red 60 ◦ green 175 ◦ blue 53

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

Shades of Lime Green #3CAF35

Tints of Lime Green #3CAF35

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.76%

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

R = 20.83%
G = 60.76%
B = 18.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#3CAF35 (or 0x3CAF35) is known color: Lime Green. HEX triplet: 3C, AF and 35. RGB value is (60,175,53). Sum of RGB (Red+Green+Blue) = 60+175+53=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF35 is #C350CA. Grayscale: #7F7F7F. Windows color (decimal): -12800203 or 3518268. OLE color: 3518268.

HSL color Cylindrical-coordinate representation of color #3CAF35: hue angle of 116.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CAF35 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 175 53 -
CMYK 0.66 0 0.70 0.31
HSL 116.56º 0.54% 0.45% -
HSV(B) 116.56º 0.7% 0.69% -
XYZ 17.84 31.88 8.58 -
YUV 126.71 86.4 80.42 -
System Red Green Blue C M Y K H S L
Decimal 60 175 53 0.66 0 0.70 0.31 116.56 0.54 0.45
Hex 3C AF 35 42 0 46 1F 75 36 2D
Octal 74 257 65 102 0 106 37 165 66 55
Binary 111100 10101111 110101 1000010 0 1000110 11111 1110101 110110 101101

Color Harmonies of #3CAF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAF35

Black with #3CAF35

Text Example


Text Example

White with #3CAF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,175,53); }

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

background-color css

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

 a { background-color: rgb(60,175,53); }

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

border-color css

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

 span { border-color: rgb(60,175,53); }

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