Html Css Color HEX #34E64B Lime Green

📋 copy color: '#34E64B'

red 52 ◦ green 230 ◦ blue 75

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

Shades of Lime Green #34E64B

Tints of Lime Green #34E64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.43%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 14.57%
G = 64.43%
B = 21.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#34E64B (or 0x34E64B) is known color: Lime Green. HEX triplet: 34, E6 and 4B. RGB value is (52,230,75). Sum of RGB (Red+Green+Blue) = 52+230+75=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 230 (90.23% from 255 or 64.43% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 230 - color contains mainly: green. Hex color #34E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E64B is #CB19B4. Grayscale: #9F9F9F. Windows color (decimal): -13310389 or 4974132. OLE color: 4974132.

HSL color Cylindrical-coordinate representation of color #34E64B: hue angle of 127.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E64B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 75 -
CMYK 0.77 0 0.67 0.10
HSL 127.75º 0.78% 0.55% -
HSV(B) 127.75º 0.77% 0.9% -
XYZ 30.98 57.83 16.19 -
YUV 159.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 52 230 75 0.77 0 0.67 0.10 127.75 0.78 0.55
Hex 34 E6 4B 4D 0 43 A 80 4E 37
Octal 64 346 113 115 0 103 12 200 116 67
Binary 110100 11100110 1001011 1001101 0 1000011 1010 10000000 1001110 110111

Color Harmonies of #34E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E64B

Black with #34E64B

Text Example


Text Example

White with #34E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,230,75); }

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

background-color css

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

 a { background-color: rgb(52,230,75); }

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

border-color css

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

 span { border-color: rgb(52,230,75); }

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