Html Css Color HEX #3CC84B Lime Green

📋 copy color: '#3CC84B'

red 60 ◦ green 200 ◦ blue 75

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

Shades of Lime Green #3CC84B

Tints of Lime Green #3CC84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.7%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 17.91%
G = 59.7%
B = 22.39%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#3CC84B (or 0x3CC84B) is known color: Lime Green. HEX triplet: 3C, C8 and 4B. RGB value is (60,200,75). Sum of RGB (Red+Green+Blue) = 60+200+75=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC84B is #C337B4. Grayscale: #909090. Windows color (decimal): -12793781 or 4966460. OLE color: 4966460.

HSL color Cylindrical-coordinate representation of color #3CC84B: hue angle of 126.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC84B is Cyan = 0.7, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 75 -
CMYK 0.7 0 0.62 0.22
HSL 126.43º 0.56% 0.51% -
HSV(B) 126.43º 0.7% 0.78% -
XYZ 23.79 42.78 13.66 -
YUV 143.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 60 200 75 0.7 0 0.62 0.22 126.43 0.56 0.51
Hex 3C C8 4B 46 0 3E 16 7E 38 33
Octal 74 310 113 106 0 76 26 176 70 63
Binary 111100 11001000 1001011 1000110 0 111110 10110 1111110 111000 110011

Color Harmonies of #3CC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC84B

Black with #3CC84B

Text Example


Text Example

White with #3CC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,200,75); }

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

background-color css

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

 a { background-color: rgb(60,200,75); }

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

border-color css

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

 span { border-color: rgb(60,200,75); }

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