Html Css Color HEX #3AFE3B Lime Green

📋 copy color: '#3AFE3B'

red 58 ◦ green 254 ◦ blue 59

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

Shades of Lime Green #3AFE3B

Tints of Lime Green #3AFE3B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.46%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 15.63%
G = 68.46%
B = 15.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#3AFE3B (or 0x3AFE3B) is known color: Lime Green. HEX triplet: 3A, FE and 3B. RGB value is (58,254,59). Sum of RGB (Red+Green+Blue) = 58+254+59=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE3B is #C501C4. Grayscale: #ADADAD. Windows color (decimal): -12911045 or 3931706. OLE color: 3931706.

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

Color convert

RGB 58 254 59 -
CMYK 0.77 0 0.77 0.00
HSL 120.31º 0.99% 0.61% -
HSV(B) 120.31º 0.77% 1% -
XYZ 37.98 72.1 16.05 -
YUV 173.17 63.57 45.86 -
System Red Green Blue C M Y K H S L
Decimal 58 254 59 0.77 0 0.77 0.00 120.31 0.99 0.61
Hex 3A FE 3B 4D 0 4D 0 78 63 3D
Octal 72 376 73 115 0 115 0 170 143 75
Binary 111010 11111110 111011 1001101 0 1001101 0 1111000 1100011 111101

Color Harmonies of #3AFE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFE3B

Black with #3AFE3B

Text Example


Text Example

White with #3AFE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,254,59); }

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

background-color css

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

 a { background-color: rgb(58,254,59); }

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

border-color css

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

 span { border-color: rgb(58,254,59); }

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