Html Css Color HEX #3CCB2A Lime Green

📋 copy color: '#3CCB2A'

red 60 ◦ green 203 ◦ blue 42

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

Shades of Lime Green #3CCB2A

Tints of Lime Green #3CCB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 19.67%
G = 66.56%
B = 13.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#3CCB2A (or 0x3CCB2A) is known color: Lime Green. HEX triplet: 3C, CB and 2A. RGB value is (60,203,42). Sum of RGB (Red+Green+Blue) = 60+203+42=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB2A is #C334D5. Grayscale: #8E8E8E. Windows color (decimal): -12793046 or 2804540. OLE color: 2804540.

HSL color Cylindrical-coordinate representation of color #3CCB2A: hue angle of 113.29º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CCB2A is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 42 -
CMYK 0.70 0 0.79 0.20
HSL 113.29º 0.66% 0.48% -
HSV(B) 113.29º 0.79% 0.8% -
XYZ 23.64 43.84 9.41 -
YUV 141.89 71.62 69.59 -
System Red Green Blue C M Y K H S L
Decimal 60 203 42 0.70 0 0.79 0.20 113.29 0.66 0.48
Hex 3C CB 2A 46 0 4F 14 71 42 30
Octal 74 313 52 106 0 117 24 161 102 60
Binary 111100 11001011 101010 1000110 0 1001111 10100 1110001 1000010 110000

Color Harmonies of #3CCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCB2A

Black with #3CCB2A

Text Example


Text Example

White with #3CCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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