Html Css Color HEX #34F12C Lime Green

📋 copy color: '#34F12C'

red 52 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #34F12C

Tints of Lime Green #34F12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.51%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 15.43%
G = 71.51%
B = 13.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#34F12C (or 0x34F12C) is known color: Lime Green. HEX triplet: 34, F1 and 2C. RGB value is (52,241,44). Sum of RGB (Red+Green+Blue) = 52+241+44=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 241 (94.53% from 255 or 71.51% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 241 - color contains mainly: green. Hex color #34F12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F12C is #CB0ED3. Grayscale: #A2A2A2. Windows color (decimal): -13307604 or 2945332. OLE color: 2945332.

HSL color Cylindrical-coordinate representation of color #34F12C: hue angle of 117.56º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34F12C is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 44 -
CMYK 0.78 0 0.82 0.05
HSL 117.56º 0.88% 0.56% -
HSV(B) 117.56º 0.82% 0.95% -
XYZ 33.33 63.82 12.95 -
YUV 162.03 61.38 49.52 -
System Red Green Blue C M Y K H S L
Decimal 52 241 44 0.78 0 0.82 0.05 117.56 0.88 0.56
Hex 34 F1 2C 4E 0 52 5 76 58 38
Octal 64 361 54 116 0 122 5 166 130 70
Binary 110100 11110001 101100 1001110 0 1010010 101 1110110 1011000 111000

Color Harmonies of #34F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F12C

Black with #34F12C

Text Example


Text Example

White with #34F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,241,44); }

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

background-color css

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

 a { background-color: rgb(52,241,44); }

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

border-color css

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

 span { border-color: rgb(52,241,44); }

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