Html Css Color HEX #34F838 Lime Green

📋 copy color: '#34F838'

red 52 ◦ green 248 ◦ blue 56

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

Shades of Lime Green #34F838

Tints of Lime Green #34F838

RGB

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

 GREEN value IS 248 (97.27% from 255) = 69.66%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 14.61%
G = 69.66%
B = 15.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#34F838 (or 0x34F838) is known color: Lime Green. HEX triplet: 34, F8 and 38. RGB value is (52,248,56). Sum of RGB (Red+Green+Blue) = 52+248+56=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 248 (97.27% from 255 or 69.66% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 248 - color contains mainly: green. Hex color #34F838 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F838 is #CB07C7. Grayscale: #A8A8A8. Windows color (decimal): -13305800 or 3733556. OLE color: 3733556.

HSL color Cylindrical-coordinate representation of color #34F838: hue angle of 121.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F838 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 248 56 -
CMYK 0.79 0 0.77 0.03
HSL 121.22º 0.93% 0.59% -
HSV(B) 121.22º 0.79% 0.97% -
XYZ 35.7 68.15 15.01 -
YUV 167.51 65.07 45.61 -
System Red Green Blue C M Y K H S L
Decimal 52 248 56 0.79 0 0.77 0.03 121.22 0.93 0.59
Hex 34 F8 38 4F 0 4D 3 79 5D 3B
Octal 64 370 70 117 0 115 3 171 135 73
Binary 110100 11111000 111000 1001111 0 1001101 11 1111001 1011101 111011

Color Harmonies of #34F838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F838

Black with #34F838

Text Example


Text Example

White with #34F838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,248,56); }

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

background-color css

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

 a { background-color: rgb(52,248,56); }

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

border-color css

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

 span { border-color: rgb(52,248,56); }

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