Html Css Color HEX #34F045 Lime Green

📋 copy color: '#34F045'

red 52 ◦ green 240 ◦ blue 69

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

Shades of Lime Green #34F045

Tints of Lime Green #34F045

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.48%

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

R = 14.4%
G = 66.48%
B = 19.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#34F045 (or 0x34F045) is known color: Lime Green. HEX triplet: 34, F0 and 45. RGB value is (52,240,69). Sum of RGB (Red+Green+Blue) = 52+240+69=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 240 (94.14% from 255 or 66.48% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 240 - color contains mainly: green. Hex color #34F045 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F045 is #CB0FBA. Grayscale: #A4A4A4. Windows color (decimal): -13307835 or 4583476. OLE color: 4583476.

HSL color Cylindrical-coordinate representation of color #34F045: hue angle of 125.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F045 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 240 69 -
CMYK 0.78 0 0.71 0.06
HSL 125.43º 0.86% 0.57% -
HSV(B) 125.43º 0.78% 0.94% -
XYZ 33.65 63.48 16.11 -
YUV 164.29 74.22 47.9 -
System Red Green Blue C M Y K H S L
Decimal 52 240 69 0.78 0 0.71 0.06 125.43 0.86 0.57
Hex 34 F0 45 4E 0 47 6 7D 56 39
Octal 64 360 105 116 0 107 6 175 126 71
Binary 110100 11110000 1000101 1001110 0 1000111 110 1111101 1010110 111001

Color Harmonies of #34F045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F045

Black with #34F045

Text Example


Text Example

White with #34F045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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