Html Css Color HEX #3CF327 Lime Green

📋 copy color: '#3CF327'

red 60 ◦ green 243 ◦ blue 39

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

Shades of Lime Green #3CF327

Tints of Lime Green #3CF327

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.05%

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 17.54%
G = 71.05%
B = 11.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3CF327 (or 0x3CF327) is known color: Lime Green. HEX triplet: 3C, F3 and 27. RGB value is (60,243,39). Sum of RGB (Red+Green+Blue) = 60+243+39=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF327 is #C30CD8. Grayscale: #A5A5A5. Windows color (decimal): -12782809 or 2618172. OLE color: 2618172.

HSL color Cylindrical-coordinate representation of color #3CF327: hue angle of 113.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CF327 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 39 -
CMYK 0.75 0 0.84 0.05
HSL 113.82º 0.89% 0.55% -
HSV(B) 113.82º 0.84% 0.95% -
XYZ 34.28 65.21 12.7 -
YUV 165.03 56.87 53.09 -
System Red Green Blue C M Y K H S L
Decimal 60 243 39 0.75 0 0.84 0.05 113.82 0.89 0.55
Hex 3C F3 27 4B 0 54 5 72 59 37
Octal 74 363 47 113 0 124 5 162 131 67
Binary 111100 11110011 100111 1001011 0 1010100 101 1110010 1011001 110111

Color Harmonies of #3CF327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF327

Black with #3CF327

Text Example


Text Example

White with #3CF327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,39); }

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

background-color css

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

 a { background-color: rgb(60,243,39); }

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

border-color css

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

 span { border-color: rgb(60,243,39); }

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