Html Css Color HEX #3CBF47 Lime Green

📋 copy color: '#3CBF47'

red 60 ◦ green 191 ◦ blue 71

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

Shades of Lime Green #3CBF47

Tints of Lime Green #3CBF47

RGB

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

 GREEN value IS 191 (75% from 255) = 59.32%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 18.63%
G = 59.32%
B = 22.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#3CBF47 (or 0x3CBF47) is known color: Lime Green. HEX triplet: 3C, BF and 47. RGB value is (60,191,71). Sum of RGB (Red+Green+Blue) = 60+191+71=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF47 is #C340B8. Grayscale: #8A8A8A. Windows color (decimal): -12796089 or 4702012. OLE color: 4702012.

HSL color Cylindrical-coordinate representation of color #3CBF47: hue angle of 125.04º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBF47 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 71 -
CMYK 0.69 0 0.63 0.25
HSL 125.04º 0.52% 0.49% -
HSV(B) 125.04º 0.69% 0.75% -
XYZ 21.63 38.68 12.29 -
YUV 138.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 60 191 71 0.69 0 0.63 0.25 125.04 0.52 0.49
Hex 3C BF 47 45 0 3F 19 7D 34 31
Octal 74 277 107 105 0 77 31 175 64 61
Binary 111100 10111111 1000111 1000101 0 111111 11001 1111101 110100 110001

Color Harmonies of #3CBF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF47

Black with #3CBF47

Text Example


Text Example

White with #3CBF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,191,71); }

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

background-color css

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

 a { background-color: rgb(60,191,71); }

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

border-color css

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

 span { border-color: rgb(60,191,71); }

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