Html Css Color HEX #34F240 Lime Green

📋 copy color: '#34F240'

red 52 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #34F240

Tints of Lime Green #34F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.6%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 14.53%
G = 67.6%
B = 17.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#34F240 (or 0x34F240) is known color: Lime Green. HEX triplet: 34, F2 and 40. RGB value is (52,242,64). Sum of RGB (Red+Green+Blue) = 52+242+64=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #34F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F240 is #CB0DBF. Grayscale: #A5A5A5. Windows color (decimal): -13307328 or 4256308. OLE color: 4256308.

HSL color Cylindrical-coordinate representation of color #34F240: hue angle of 123.79º degrees, saturation: 0.88, 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 #34F240 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 64 -
CMYK 0.79 0 0.74 0.05
HSL 123.79º 0.88% 0.58% -
HSV(B) 123.79º 0.79% 0.95% -
XYZ 34.09 64.6 15.52 -
YUV 164.9 71.05 47.47 -
System Red Green Blue C M Y K H S L
Decimal 52 242 64 0.79 0 0.74 0.05 123.79 0.88 0.58
Hex 34 F2 40 4F 0 4A 5 7C 58 3A
Octal 64 362 100 117 0 112 5 174 130 72
Binary 110100 11110010 1000000 1001111 0 1001010 101 1111100 1011000 111010

Color Harmonies of #34F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F240

Black with #34F240

Text Example


Text Example

White with #34F240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,64); }

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

background-color css

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

 a { background-color: rgb(52,242,64); }

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

border-color css

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

 span { border-color: rgb(52,242,64); }

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