Html Css Color HEX #34F144 Lime Green

📋 copy color: '#34F144'

red 52 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #34F144

Tints of Lime Green #34F144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.76%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 14.4%
G = 66.76%
B = 18.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#34F144 (or 0x34F144) is known color: Lime Green. HEX triplet: 34, F1 and 44. RGB value is (52,241,68). Sum of RGB (Red+Green+Blue) = 52+241+68=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #34F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F144 is #CB0EBB. Grayscale: #A5A5A5. Windows color (decimal): -13307580 or 4518196. OLE color: 4518196.

HSL color Cylindrical-coordinate representation of color #34F144: hue angle of 125.08º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F144 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 68 -
CMYK 0.78 0 0.72 0.05
HSL 125.08º 0.87% 0.57% -
HSV(B) 125.08º 0.78% 0.95% -
XYZ 33.91 64.06 16.05 -
YUV 164.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 52 241 68 0.78 0 0.72 0.05 125.08 0.87 0.57
Hex 34 F1 44 4E 0 48 5 7D 57 39
Octal 64 361 104 116 0 110 5 175 127 71
Binary 110100 11110001 1000100 1001110 0 1001000 101 1111101 1010111 111001

Color Harmonies of #34F144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F144

Black with #34F144

Text Example


Text Example

White with #34F144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,241,68); }

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

background-color css

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

 a { background-color: rgb(52,241,68); }

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

border-color css

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

 span { border-color: rgb(52,241,68); }

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