Html Css Color HEX #34E63F Lime Green

📋 copy color: '#34E63F'

red 52 ◦ green 230 ◦ blue 63

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

Shades of Lime Green #34E63F

Tints of Lime Green #34E63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 15.07%
G = 66.67%
B = 18.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#34E63F (or 0x34E63F) is known color: Lime Green. HEX triplet: 34, E6 and 3F. RGB value is (52,230,63). Sum of RGB (Red+Green+Blue) = 52+230+63=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #34E63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E63F is #CB19C0. Grayscale: #9E9E9E. Windows color (decimal): -13310401 or 4187700. OLE color: 4187700.

HSL color Cylindrical-coordinate representation of color #34E63F: hue angle of 123.71º 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 #34E63F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 63 -
CMYK 0.77 0 0.73 0.10
HSL 123.71º 0.78% 0.55% -
HSV(B) 123.71º 0.77% 0.9% -
XYZ 30.61 57.68 14.22 -
YUV 157.74 74.53 52.58 -
System Red Green Blue C M Y K H S L
Decimal 52 230 63 0.77 0 0.73 0.10 123.71 0.78 0.55
Hex 34 E6 3F 4D 0 49 A 7C 4E 37
Octal 64 346 77 115 0 111 12 174 116 67
Binary 110100 11100110 111111 1001101 0 1001001 1010 1111100 1001110 110111

Color Harmonies of #34E63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E63F

Black with #34E63F

Text Example


Text Example

White with #34E63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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