Html Css Color HEX #3BEA30 Lime Green

📋 copy color: '#3BEA30'

red 59 ◦ green 234 ◦ blue 48

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

Shades of Lime Green #3BEA30

Tints of Lime Green #3BEA30

RGB

 RED value IS 59 (23.44% from 255) = 17.3%

 GREEN value IS 234 (91.8% from 255) = 68.62%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 17.3%
G = 68.62%
B = 14.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#3BEA30 (or 0x3BEA30) is known color: Lime Green. HEX triplet: 3B, EA and 30. RGB value is (59,234,48). Sum of RGB (Red+Green+Blue) = 59+234+48=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 234 (91.80% from 255 or 68.62% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEA30 is #C415CF. Grayscale: #A1A1A1. Windows color (decimal): -12850640 or 3205691. OLE color: 3205691.

HSL color Cylindrical-coordinate representation of color #3BEA30: hue angle of 116.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BEA30 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 48 -
CMYK 0.75 0 0.79 0.08
HSL 116.45º 0.82% 0.55% -
HSV(B) 116.45º 0.79% 0.92% -
XYZ 31.76 59.99 12.7 -
YUV 160.47 64.52 55.62 -
System Red Green Blue C M Y K H S L
Decimal 59 234 48 0.75 0 0.79 0.08 116.45 0.82 0.55
Hex 3B EA 30 4B 0 4F 8 74 52 37
Octal 73 352 60 113 0 117 10 164 122 67
Binary 111011 11101010 110000 1001011 0 1001111 1000 1110100 1010010 110111

Color Harmonies of #3BEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEA30

Black with #3BEA30

Text Example


Text Example

White with #3BEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,48); }

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

background-color css

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

 a { background-color: rgb(59,234,48); }

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

border-color css

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

 span { border-color: rgb(59,234,48); }

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