Html Css Color HEX #34F83D Lime Green

📋 copy color: '#34F83D'

red 52 ◦ green 248 ◦ blue 61

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

Shades of Lime Green #34F83D

Tints of Lime Green #34F83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.9%

R = 14.4%
G = 68.7%
B = 16.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#34F83D (or 0x34F83D) is known color: Lime Green. HEX triplet: 34, F8 and 3D. RGB value is (52,248,61). Sum of RGB (Red+Green+Blue) = 52+248+61=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 248 (97.27% from 255 or 68.70% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 248 - color contains mainly: green. Hex color #34F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F83D is #CB07C2. Grayscale: #A8A8A8. Windows color (decimal): -13305795 or 4061236. OLE color: 4061236.

HSL color Cylindrical-coordinate representation of color #34F83D: hue angle of 122.76º 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 #34F83D is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 248 61 -
CMYK 0.79 0 0.75 0.03
HSL 122.76º 0.93% 0.59% -
HSV(B) 122.76º 0.79% 0.97% -
XYZ 35.83 68.2 15.69 -
YUV 168.08 67.57 45.21 -
System Red Green Blue C M Y K H S L
Decimal 52 248 61 0.79 0 0.75 0.03 122.76 0.93 0.59
Hex 34 F8 3D 4F 0 4B 3 7B 5D 3B
Octal 64 370 75 117 0 113 3 173 135 73
Binary 110100 11111000 111101 1001111 0 1001011 11 1111011 1011101 111011

Color Harmonies of #34F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F83D

Black with #34F83D

Text Example


Text Example

White with #34F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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