Html Css Color HEX #3CBF42 Lime Green

📋 copy color: '#3CBF42'

red 60 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #3CBF42

Tints of Lime Green #3CBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 18.93%
G = 60.25%
B = 20.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#3CBF42 (or 0x3CBF42) is known color: Lime Green. HEX triplet: 3C, BF and 42. RGB value is (60,191,66). Sum of RGB (Red+Green+Blue) = 60+191+66=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBF42 is #C340BD. Grayscale: #898989. Windows color (decimal): -12796094 or 4374332. OLE color: 4374332.

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

Color convert

RGB 60 191 66 -
CMYK 0.69 0 0.65 0.25
HSL 122.75º 0.52% 0.49% -
HSV(B) 122.75º 0.69% 0.75% -
XYZ 21.48 38.62 11.48 -
YUV 137.58 87.6 72.66 -
System Red Green Blue C M Y K H S L
Decimal 60 191 66 0.69 0 0.65 0.25 122.75 0.52 0.49
Hex 3C BF 42 45 0 41 19 7B 34 31
Octal 74 277 102 105 0 101 31 173 64 61
Binary 111100 10111111 1000010 1000101 0 1000001 11001 1111011 110100 110001

Color Harmonies of #3CBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBF42

Black with #3CBF42

Text Example


Text Example

White with #3CBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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