Html Css Color HEX #3CF038 Lime Green

📋 copy color: '#3CF038'

red 60 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #3CF038

Tints of Lime Green #3CF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 16.85%
G = 67.42%
B = 15.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#3CF038 (or 0x3CF038) is known color: Lime Green. HEX triplet: 3C, F0 and 38. RGB value is (60,240,56). Sum of RGB (Red+Green+Blue) = 60+240+56=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF038 is #C30FC7. Grayscale: #A5A5A5. Windows color (decimal): -12783560 or 3731516. OLE color: 3731516.

HSL color Cylindrical-coordinate representation of color #3CF038: hue angle of 118.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF038 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 56 -
CMYK 0.75 0 0.77 0.06
HSL 118.7º 0.86% 0.58% -
HSV(B) 118.7º 0.77% 0.94% -
XYZ 33.74 63.57 14.23 -
YUV 165.2 66.37 52.96 -
System Red Green Blue C M Y K H S L
Decimal 60 240 56 0.75 0 0.77 0.06 118.7 0.86 0.58
Hex 3C F0 38 4B 0 4D 6 77 56 3A
Octal 74 360 70 113 0 115 6 167 126 72
Binary 111100 11110000 111000 1001011 0 1001101 110 1110111 1010110 111010

Color Harmonies of #3CF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF038

Black with #3CF038

Text Example


Text Example

White with #3CF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,56); }

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

background-color css

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

 a { background-color: rgb(60,240,56); }

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

border-color css

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

 span { border-color: rgb(60,240,56); }

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