Html Css Color HEX #34D421 Lime Green

📋 copy color: '#34D421'

red 52 ◦ green 212 ◦ blue 33

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

Shades of Lime Green #34D421

Tints of Lime Green #34D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.38%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 17.51%
G = 71.38%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#34D421 (or 0x34D421) is known color: Lime Green. HEX triplet: 34, D4 and 21. RGB value is (52,212,33). Sum of RGB (Red+Green+Blue) = 52+212+33=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 212 (83.20% from 255 or 71.38% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 212 - color contains mainly: green. Hex color #34D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D421 is #CB2BDE. Grayscale: #909090. Windows color (decimal): -13315039 or 2217012. OLE color: 2217012.

HSL color Cylindrical-coordinate representation of color #34D421: hue angle of 113.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34D421 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 212 33 -
CMYK 0.75 0 0.84 0.17
HSL 113.63º 0.73% 0.48% -
HSV(B) 113.63º 0.84% 0.83% -
XYZ 25.23 47.93 9.36 -
YUV 143.75 65.49 62.55 -
System Red Green Blue C M Y K H S L
Decimal 52 212 33 0.75 0 0.84 0.17 113.63 0.73 0.48
Hex 34 D4 21 4B 0 54 11 72 49 30
Octal 64 324 41 113 0 124 21 162 111 60
Binary 110100 11010100 100001 1001011 0 1010100 10001 1110010 1001001 110000

Color Harmonies of #34D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D421

Black with #34D421

Text Example


Text Example

White with #34D421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,212,33); }

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

background-color css

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

 a { background-color: rgb(52,212,33); }

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

border-color css

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

 span { border-color: rgb(52,212,33); }

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