Html Css Color HEX #3AF23F Lime Green

📋 copy color: '#3AF23F'

red 58 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #3AF23F

Tints of Lime Green #3AF23F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.67%

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

R = 15.98%
G = 66.67%
B = 17.36%

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

#3AF23F (or 0x3AF23F) is known color: Lime Green. HEX triplet: 3A, F2 and 3F. RGB value is (58,242,63). Sum of RGB (Red+Green+Blue) = 58+242+63=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF23F is #C50DC0. Grayscale: #A7A7A7. Windows color (decimal): -12914113 or 4190778. OLE color: 4190778.

HSL color Cylindrical-coordinate representation of color #3AF23F: hue angle of 121.63º degrees, saturation: 0.88, 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 #3AF23F is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 63 -
CMYK 0.76 0 0.74 0.05
HSL 121.63º 0.88% 0.59% -
HSV(B) 121.63º 0.76% 0.95% -
XYZ 34.39 64.76 15.39 -
YUV 166.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 58 242 63 0.76 0 0.74 0.05 121.63 0.88 0.59
Hex 3A F2 3F 4C 0 4A 5 7A 58 3B
Octal 72 362 77 114 0 112 5 172 130 73
Binary 111010 11110010 111111 1001100 0 1001010 101 1111010 1011000 111011

Color Harmonies of #3AF23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF23F

Black with #3AF23F

Text Example


Text Example

White with #3AF23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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