Html Css Color HEX #3CC34C Lime Green

📋 copy color: '#3CC34C'

red 60 ◦ green 195 ◦ blue 76

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

Shades of Lime Green #3CC34C

Tints of Lime Green #3CC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.91%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 18.13%
G = 58.91%
B = 22.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3CC34C (or 0x3CC34C) is known color: Lime Green. HEX triplet: 3C, C3 and 4C. RGB value is (60,195,76). Sum of RGB (Red+Green+Blue) = 60+195+76=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC34C is #C33CB3. Grayscale: #8D8D8D. Windows color (decimal): -12795060 or 5030716. OLE color: 5030716.

HSL color Cylindrical-coordinate representation of color #3CC34C: hue angle of 127.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC34C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 76 -
CMYK 0.69 0 0.61 0.24
HSL 127.11º 0.53% 0.5% -
HSV(B) 127.11º 0.69% 0.76% -
XYZ 22.68 40.51 13.46 -
YUV 141.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 60 195 76 0.69 0 0.61 0.24 127.11 0.53 0.5
Hex 3C C3 4C 45 0 3D 18 7F 35 32
Octal 74 303 114 105 0 75 30 177 65 62
Binary 111100 11000011 1001100 1000101 0 111101 11000 1111111 110101 110010

Color Harmonies of #3CC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC34C

Black with #3CC34C

Text Example


Text Example

White with #3CC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,195,76); }

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

background-color css

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

 a { background-color: rgb(60,195,76); }

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

border-color css

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

 span { border-color: rgb(60,195,76); }

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