Html Css Color HEX #3AF33F Lime Green

📋 copy color: '#3AF33F'

red 58 ◦ green 243 ◦ blue 63

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

Shades of Lime Green #3AF33F

Tints of Lime Green #3AF33F

RGB

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

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

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

R = 15.93%
G = 66.76%
B = 17.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#3AF33F (or 0x3AF33F) is known color: Lime Green. HEX triplet: 3A, F3 and 3F. RGB value is (58,243,63). Sum of RGB (Red+Green+Blue) = 58+243+63=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF33F is #C50CC0. Grayscale: #A7A7A7. Windows color (decimal): -12913857 or 4191034. OLE color: 4191034.

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

Color convert

RGB 58 243 63 -
CMYK 0.76 0 0.74 0.05
HSL 121.62º 0.89% 0.59% -
HSV(B) 121.62º 0.76% 0.95% -
XYZ 34.69 65.36 15.49 -
YUV 167.17 69.21 50.14 -
System Red Green Blue C M Y K H S L
Decimal 58 243 63 0.76 0 0.74 0.05 121.62 0.89 0.59
Hex 3A F3 3F 4C 0 4A 5 7A 59 3B
Octal 72 363 77 114 0 112 5 172 131 73
Binary 111010 11110011 111111 1001100 0 1001010 101 1111010 1011001 111011

Color Harmonies of #3AF33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF33F

Black with #3AF33F

Text Example


Text Example

White with #3AF33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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