Html Css Color HEX #34E93B Lime Green

📋 copy color: '#34E93B'

red 52 ◦ green 233 ◦ blue 59

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

Shades of Lime Green #34E93B

Tints of Lime Green #34E93B

RGB

 RED value IS 52 (20.7% from 255) = 15.12%

 GREEN value IS 233 (91.41% from 255) = 67.73%

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

R = 15.12%
G = 67.73%
B = 17.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#34E93B (or 0x34E93B) is known color: Lime Green. HEX triplet: 34, E9 and 3B. RGB value is (52,233,59). Sum of RGB (Red+Green+Blue) = 52+233+59=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #34E93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E93B is #CB16C4. Grayscale: #9F9F9F. Windows color (decimal): -13309637 or 3926324. OLE color: 3926324.

HSL color Cylindrical-coordinate representation of color #34E93B: hue angle of 122.32º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E93B is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 59 -
CMYK 0.78 0 0.75 0.09
HSL 122.32º 0.8% 0.56% -
HSV(B) 122.32º 0.78% 0.91% -
XYZ 31.34 59.32 13.94 -
YUV 159.05 71.53 51.65 -
System Red Green Blue C M Y K H S L
Decimal 52 233 59 0.78 0 0.75 0.09 122.32 0.8 0.56
Hex 34 E9 3B 4E 0 4B 9 7A 50 38
Octal 64 351 73 116 0 113 11 172 120 70
Binary 110100 11101001 111011 1001110 0 1001011 1001 1111010 1010000 111000

Color Harmonies of #34E93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E93B

Black with #34E93B

Text Example


Text Example

White with #34E93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34E93B; }

 p { color: rgb(52,233,59); }

 H1.HeaderClassName
 {
   color: #34E93B;
 }
 .AnyTagClassName
 {
   color: #34E93B;
 }
</style>

background-color css

<style>
 a { background-color: #34E93B; }

 a { background-color: rgb(52,233,59); }

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

border-color css

<style>
 span { border-color: #34E93B; }

 span { border-color: rgb(52,233,59); }

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