Html Css Color HEX #3CBF41 Lime Green

📋 copy color: '#3CBF41'

red 60 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #3CBF41

Tints of Lime Green #3CBF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 18.99%
G = 60.44%
B = 20.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3CBF41 (or 0x3CBF41) is known color: Lime Green. HEX triplet: 3C, BF and 41. RGB value is (60,191,65). Sum of RGB (Red+Green+Blue) = 60+191+65=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF41 is #C340BE. Grayscale: #898989. Windows color (decimal): -12796095 or 4308796. OLE color: 4308796.

HSL color Cylindrical-coordinate representation of color #3CBF41: hue angle of 122.29º 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 #3CBF41 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 191 65 -
CMYK 0.69 0 0.66 0.25
HSL 122.29º 0.52% 0.49% -
HSV(B) 122.29º 0.69% 0.75% -
XYZ 21.45 38.6 11.32 -
YUV 137.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 60 191 65 0.69 0 0.66 0.25 122.29 0.52 0.49
Hex 3C BF 41 45 0 42 19 7A 34 31
Octal 74 277 101 105 0 102 31 172 64 61
Binary 111100 10111111 1000001 1000101 0 1000010 11001 1111010 110100 110001

Color Harmonies of #3CBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF41

Black with #3CBF41

Text Example


Text Example

White with #3CBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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