Html Css Color HEX #34F32F Lime Green

📋 copy color: '#34F32F'

red 52 ◦ green 243 ◦ blue 47

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

Shades of Lime Green #34F32F

Tints of Lime Green #34F32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 15.2%
G = 71.05%
B = 13.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#34F32F (or 0x34F32F) is known color: Lime Green. HEX triplet: 34, F3 and 2F. RGB value is (52,243,47). Sum of RGB (Red+Green+Blue) = 52+243+47=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #34F32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F32F is #CB0CD0. Grayscale: #A4A4A4. Windows color (decimal): -13307089 or 3142452. OLE color: 3142452.

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

Color convert

RGB 52 243 47 -
CMYK 0.79 0 0.81 0.05
HSL 118.47º 0.89% 0.57% -
HSV(B) 118.47º 0.81% 0.95% -
XYZ 33.98 65.04 13.45 -
YUV 163.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 52 243 47 0.79 0 0.81 0.05 118.47 0.89 0.57
Hex 34 F3 2F 4F 0 51 5 76 59 39
Octal 64 363 57 117 0 121 5 166 131 71
Binary 110100 11110011 101111 1001111 0 1010001 101 1110110 1011001 111001

Color Harmonies of #34F32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F32F

Black with #34F32F

Text Example


Text Example

White with #34F32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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