Html Css Color HEX #3CC74B Lime Green

📋 copy color: '#3CC74B'

red 60 ◦ green 199 ◦ blue 75

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

Shades of Lime Green #3CC74B

Tints of Lime Green #3CC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.58%

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

R = 17.96%
G = 59.58%
B = 22.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#3CC74B (or 0x3CC74B) is known color: Lime Green. HEX triplet: 3C, C7 and 4B. RGB value is (60,199,75). Sum of RGB (Red+Green+Blue) = 60+199+75=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC74B is #C338B4. Grayscale: #8F8F8F. Windows color (decimal): -12794037 or 4966204. OLE color: 4966204.

HSL color Cylindrical-coordinate representation of color #3CC74B: hue angle of 126.47º degrees, saturation: 0.55, 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 #3CC74B is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 199 75 -
CMYK 0.70 0 0.62 0.22
HSL 126.47º 0.55% 0.51% -
HSV(B) 126.47º 0.7% 0.78% -
XYZ 23.56 42.32 13.58 -
YUV 143.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 60 199 75 0.70 0 0.62 0.22 126.47 0.55 0.51
Hex 3C C7 4B 46 0 3E 16 7E 37 33
Octal 74 307 113 106 0 76 26 176 67 63
Binary 111100 11000111 1001011 1000110 0 111110 10110 1111110 110111 110011

Color Harmonies of #3CC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC74B

Black with #3CC74B

Text Example


Text Example

White with #3CC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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