Html Css Color HEX #3CCB42 Lime Green

📋 copy color: '#3CCB42'

red 60 ◦ green 203 ◦ blue 66

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

Shades of Lime Green #3CCB42

Tints of Lime Green #3CCB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.7%

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

R = 18.24%
G = 61.7%
B = 20.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#3CCB42 (or 0x3CCB42) is known color: Lime Green. HEX triplet: 3C, CB and 42. RGB value is (60,203,66). Sum of RGB (Red+Green+Blue) = 60+203+66=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB42 is #C334BD. Grayscale: #919191. Windows color (decimal): -12793022 or 4377404. OLE color: 4377404.

HSL color Cylindrical-coordinate representation of color #3CCB42: hue angle of 122.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB42 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 66 -
CMYK 0.70 0 0.67 0.20
HSL 122.52º 0.58% 0.52% -
HSV(B) 122.52º 0.7% 0.8% -
XYZ 24.2 44.07 12.38 -
YUV 144.63 83.62 67.64 -
System Red Green Blue C M Y K H S L
Decimal 60 203 66 0.70 0 0.67 0.20 122.52 0.58 0.52
Hex 3C CB 42 46 0 43 14 7B 3A 34
Octal 74 313 102 106 0 103 24 173 72 64
Binary 111100 11001011 1000010 1000110 0 1000011 10100 1111011 111010 110100

Color Harmonies of #3CCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCB42

Black with #3CCB42

Text Example


Text Example

White with #3CCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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