Html Css Color HEX #3ACF3F Lime Green

📋 copy color: '#3ACF3F'

red 58 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #3ACF3F

Tints of Lime Green #3ACF3F

RGB

 RED value IS 58 (23.05% from 255) = 17.68%

 GREEN value IS 207 (81.25% from 255) = 63.11%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 17.68%
G = 63.11%
B = 19.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#3ACF3F (or 0x3ACF3F) is known color: Lime Green. HEX triplet: 3A, CF and 3F. RGB value is (58,207,63). Sum of RGB (Red+Green+Blue) = 58+207+63=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACF3F is #C530C0. Grayscale: #929292. Windows color (decimal): -12923073 or 4181818. OLE color: 4181818.

HSL color Cylindrical-coordinate representation of color #3ACF3F: hue angle of 122.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF3F is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 207 63 -
CMYK 0.72 0 0.70 0.19
HSL 122.01º 0.61% 0.52% -
HSV(B) 122.01º 0.72% 0.81% -
XYZ 24.95 45.88 12.24 -
YUV 146.03 81.14 65.21 -
System Red Green Blue C M Y K H S L
Decimal 58 207 63 0.72 0 0.70 0.19 122.01 0.61 0.52
Hex 3A CF 3F 48 0 46 13 7A 3D 34
Octal 72 317 77 110 0 106 23 172 75 64
Binary 111010 11001111 111111 1001000 0 1000110 10011 1111010 111101 110100

Color Harmonies of #3ACF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACF3F

Black with #3ACF3F

Text Example


Text Example

White with #3ACF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,207,63); }

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

background-color css

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

 a { background-color: rgb(58,207,63); }

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

border-color css

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

 span { border-color: rgb(58,207,63); }

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