Html Css Color HEX #3CCA1F Lime Green

📋 copy color: '#3CCA1F'

red 60 ◦ green 202 ◦ blue 31

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

Shades of Lime Green #3CCA1F

Tints of Lime Green #3CCA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 68.94%

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 20.48%
G = 68.94%
B = 10.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#3CCA1F (or 0x3CCA1F) is known color: Lime Green. HEX triplet: 3C, CA and 1F. RGB value is (60,202,31). Sum of RGB (Red+Green+Blue) = 60+202+31=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA1F is #C335E0. Grayscale: #8C8C8C. Windows color (decimal): -12793313 or 2083388. OLE color: 2083388.

HSL color Cylindrical-coordinate representation of color #3CCA1F: hue angle of 109.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CCA1F is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 31 -
CMYK 0.70 0 0.85 0.21
HSL 109.82º 0.73% 0.46% -
HSV(B) 109.82º 0.85% 0.79% -
XYZ 23.23 43.3 8.43 -
YUV 140.05 66.46 70.9 -
System Red Green Blue C M Y K H S L
Decimal 60 202 31 0.70 0 0.85 0.21 109.82 0.73 0.46
Hex 3C CA 1F 46 0 55 15 6E 49 2E
Octal 74 312 37 106 0 125 25 156 111 56
Binary 111100 11001010 11111 1000110 0 1010101 10101 1101110 1001001 101110

Color Harmonies of #3CCA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCA1F

Black with #3CCA1F

Text Example


Text Example

White with #3CCA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,202,31); }

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

background-color css

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

 a { background-color: rgb(60,202,31); }

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

border-color css

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

 span { border-color: rgb(60,202,31); }

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