Html Css Color HEX #3CCB52 Lime Green

📋 copy color: '#3CCB52'

red 60 ◦ green 203 ◦ blue 82

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

Shades of Lime Green #3CCB52

Tints of Lime Green #3CCB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 17.39%
G = 58.84%
B = 23.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#3CCB52 (or 0x3CCB52) is known color: Lime Green. HEX triplet: 3C, CB and 52. RGB value is (60,203,82). Sum of RGB (Red+Green+Blue) = 60+203+82=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCB52 is #C334AD. Grayscale: #929292. Windows color (decimal): -12793006 or 5425980. OLE color: 5425980.

HSL color Cylindrical-coordinate representation of color #3CCB52: hue angle of 129.23º 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 #3CCB52 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 82 -
CMYK 0.70 0 0.60 0.20
HSL 129.23º 0.58% 0.52% -
HSV(B) 129.23º 0.7% 0.8% -
XYZ 24.74 44.28 15.23 -
YUV 146.45 91.62 66.34 -
System Red Green Blue C M Y K H S L
Decimal 60 203 82 0.70 0 0.60 0.20 129.23 0.58 0.52
Hex 3C CB 52 46 0 3C 14 81 3A 34
Octal 74 313 122 106 0 74 24 201 72 64
Binary 111100 11001011 1010010 1000110 0 111100 10100 10000001 111010 110100

Color Harmonies of #3CCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCB52

Black with #3CCB52

Text Example


Text Example

White with #3CCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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