Html Css Color HEX #3AFF39 Lime Green

📋 copy color: '#3AFF39'

red 58 ◦ green 255 ◦ blue 57

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

Shades of Lime Green #3AFF39

Tints of Lime Green #3AFF39

RGB

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

 GREEN value IS 255 (100% from 255) = 68.92%

 BLUE value IS 57 (22.66% from 255) = 15.41%

R = 15.68%
G = 68.92%
B = 15.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#3AFF39 (or 0x3AFF39) is known color: Lime Green. HEX triplet: 3A, FF and 39. RGB value is (58,255,57). Sum of RGB (Red+Green+Blue) = 58+255+57=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFF39 is #C500C6. Grayscale: #AEAEAE. Windows color (decimal): -12910791 or 3800890. OLE color: 3800890.

HSL color Cylindrical-coordinate representation of color #3AFF39: hue angle of 119.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AFF39 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 57 -
CMYK 0.77 0 0.78 0
HSL 119.7º 1% 0.61% -
HSV(B) 119.7º 0.78% 1% -
XYZ 38.24 72.71 15.89 -
YUV 173.53 62.23 45.6 -
System Red Green Blue C M Y K H S L
Decimal 58 255 57 0.77 0 0.78 0 119.7 1 0.61
Hex 3A FF 39 4D 0 4E 0 78 64 3D
Octal 72 377 71 115 0 116 0 170 144 75
Binary 111010 11111111 111001 1001101 0 1001110 0 1111000 1100100 111101

Color Harmonies of #3AFF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFF39

Black with #3AFF39

Text Example


Text Example

White with #3AFF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,255,57); }

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

background-color css

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

 a { background-color: rgb(58,255,57); }

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

border-color css

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

 span { border-color: rgb(58,255,57); }

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