Html Css Color HEX #3CAB30 Lime Green

📋 copy color: '#3CAB30'

red 60 ◦ green 171 ◦ blue 48

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

Shades of Lime Green #3CAB30

Tints of Lime Green #3CAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.29%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 21.51%
G = 61.29%
B = 17.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#3CAB30 (or 0x3CAB30) is known color: Lime Green. HEX triplet: 3C, AB and 30. RGB value is (60,171,48). Sum of RGB (Red+Green+Blue) = 60+171+48=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB30 is #C354CF. Grayscale: #7C7C7C. Windows color (decimal): -12801232 or 3189564. OLE color: 3189564.

HSL color Cylindrical-coordinate representation of color #3CAB30: hue angle of 114.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CAB30 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 171 48 -
CMYK 0.65 0 0.72 0.33
HSL 114.15º 0.56% 0.43% -
HSV(B) 114.15º 0.72% 0.67% -
XYZ 16.96 30.3 7.75 -
YUV 123.79 85.23 82.5 -
System Red Green Blue C M Y K H S L
Decimal 60 171 48 0.65 0 0.72 0.33 114.15 0.56 0.43
Hex 3C AB 30 41 0 48 21 72 38 2B
Octal 74 253 60 101 0 110 41 162 70 53
Binary 111100 10101011 110000 1000001 0 1001000 100001 1110010 111000 101011

Color Harmonies of #3CAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAB30

Black with #3CAB30

Text Example


Text Example

White with #3CAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,171,48); }

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

background-color css

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

 a { background-color: rgb(60,171,48); }

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

border-color css

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

 span { border-color: rgb(60,171,48); }

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