Html Css Color HEX #34E631 Lime Green

📋 copy color: '#34E631'

red 52 ◦ green 230 ◦ blue 49

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

Shades of Lime Green #34E631

Tints of Lime Green #34E631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 15.71%
G = 69.49%
B = 14.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#34E631 (or 0x34E631) is known color: Lime Green. HEX triplet: 34, E6 and 31. RGB value is (52,230,49). Sum of RGB (Red+Green+Blue) = 52+230+49=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 230 (90.23% from 255 or 69.49% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 230 - color contains mainly: green. Hex color #34E631 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E631 is #CB19CE. Grayscale: #9C9C9C. Windows color (decimal): -13310415 or 3270196. OLE color: 3270196.

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

Color convert

RGB 52 230 49 -
CMYK 0.77 0 0.79 0.10
HSL 119.01º 0.78% 0.55% -
HSV(B) 119.01º 0.79% 0.9% -
XYZ 30.27 57.55 12.42 -
YUV 156.14 67.53 53.72 -
System Red Green Blue C M Y K H S L
Decimal 52 230 49 0.77 0 0.79 0.10 119.01 0.78 0.55
Hex 34 E6 31 4D 0 4F A 77 4E 37
Octal 64 346 61 115 0 117 12 167 116 67
Binary 110100 11100110 110001 1001101 0 1001111 1010 1110111 1001110 110111

Color Harmonies of #34E631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E631

Black with #34E631

Text Example


Text Example

White with #34E631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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