Html Css Color HEX #3CBB42 Lime Green

📋 copy color: '#3CBB42'

red 60 ◦ green 187 ◦ blue 66

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

Shades of Lime Green #3CBB42

Tints of Lime Green #3CBB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.74%

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

R = 19.17%
G = 59.74%
B = 21.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3CBB42 (or 0x3CBB42) is known color: Lime Green. HEX triplet: 3C, BB and 42. RGB value is (60,187,66). Sum of RGB (Red+Green+Blue) = 60+187+66=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB42 is #C344BD. Grayscale: #878787. Windows color (decimal): -12797118 or 4373308. OLE color: 4373308.

HSL color Cylindrical-coordinate representation of color #3CBB42: hue angle of 122.83º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBB42 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 187 66 -
CMYK 0.68 0 0.65 0.27
HSL 122.83º 0.51% 0.48% -
HSV(B) 122.83º 0.68% 0.73% -
XYZ 20.62 36.89 11.19 -
YUV 135.23 88.92 74.34 -
System Red Green Blue C M Y K H S L
Decimal 60 187 66 0.68 0 0.65 0.27 122.83 0.51 0.48
Hex 3C BB 42 44 0 41 1B 7B 33 30
Octal 74 273 102 104 0 101 33 173 63 60
Binary 111100 10111011 1000010 1000100 0 1000001 11011 1111011 110011 110000

Color Harmonies of #3CBB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBB42

Black with #3CBB42

Text Example


Text Example

White with #3CBB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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