Html Css Color HEX #34F345 Lime Green

📋 copy color: '#34F345'

red 52 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #34F345

Tints of Lime Green #34F345

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.76%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 14.29%
G = 66.76%
B = 18.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#34F345 (or 0x34F345) is known color: Lime Green. HEX triplet: 34, F3 and 45. RGB value is (52,243,69). Sum of RGB (Red+Green+Blue) = 52+243+69=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #34F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F345 is #CB0CBA. Grayscale: #A6A6A6. Windows color (decimal): -13307067 or 4584244. OLE color: 4584244.

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

Color convert

RGB 52 243 69 -
CMYK 0.79 0 0.72 0.05
HSL 125.34º 0.89% 0.58% -
HSV(B) 125.34º 0.79% 0.95% -
XYZ 34.54 65.26 16.41 -
YUV 166.06 73.22 46.65 -
System Red Green Blue C M Y K H S L
Decimal 52 243 69 0.79 0 0.72 0.05 125.34 0.89 0.58
Hex 34 F3 45 4F 0 48 5 7D 59 3A
Octal 64 363 105 117 0 110 5 175 131 72
Binary 110100 11110011 1000101 1001111 0 1001000 101 1111101 1011001 111010

Color Harmonies of #34F345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F345

Black with #34F345

Text Example


Text Example

White with #34F345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,243,69); }

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

background-color css

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

 a { background-color: rgb(52,243,69); }

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

border-color css

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

 span { border-color: rgb(52,243,69); }

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