Html Css Color HEX #34C121 Lime Green

📋 copy color: '#34C121'

red 52 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #34C121

Tints of Lime Green #34C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.42%

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

R = 18.71%
G = 69.42%
B = 11.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#34C121 (or 0x34C121) is known color: Lime Green. HEX triplet: 34, C1 and 21. RGB value is (52,193,33). Sum of RGB (Red+Green+Blue) = 52+193+33=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #34C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C121 is #CB3EDE. Grayscale: #858585. Windows color (decimal): -13319903 or 2212148. OLE color: 2212148.

HSL color Cylindrical-coordinate representation of color #34C121: hue angle of 112.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34C121 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 193 33 -
CMYK 0.73 0 0.83 0.24
HSL 112.88º 0.71% 0.44% -
HSV(B) 112.88º 0.83% 0.76% -
XYZ 20.76 38.98 7.87 -
YUV 132.6 71.79 70.51 -
System Red Green Blue C M Y K H S L
Decimal 52 193 33 0.73 0 0.83 0.24 112.88 0.71 0.44
Hex 34 C1 21 49 0 53 18 71 47 2C
Octal 64 301 41 111 0 123 30 161 107 54
Binary 110100 11000001 100001 1001001 0 1010011 11000 1110001 1000111 101100

Color Harmonies of #34C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C121

Black with #34C121

Text Example


Text Example

White with #34C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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