Html Css Color HEX #34C03E Lime Green

📋 copy color: '#34C03E'

red 52 ◦ green 192 ◦ blue 62

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

Shades of Lime Green #34C03E

Tints of Lime Green #34C03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.75%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 16.99%
G = 62.75%
B = 20.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#34C03E (or 0x34C03E) is known color: Lime Green. HEX triplet: 34, C0 and 3E. RGB value is (52,192,62). Sum of RGB (Red+Green+Blue) = 52+192+62=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #34C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C03E is #CB3FC1. Grayscale: #878787. Windows color (decimal): -13320130 or 4112436. OLE color: 4112436.

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

Color convert

RGB 52 192 62 -
CMYK 0.73 0 0.68 0.25
HSL 124.29º 0.57% 0.48% -
HSV(B) 124.29º 0.73% 0.75% -
XYZ 21.14 38.78 10.93 -
YUV 135.32 86.62 68.57 -
System Red Green Blue C M Y K H S L
Decimal 52 192 62 0.73 0 0.68 0.25 124.29 0.57 0.48
Hex 34 C0 3E 49 0 44 19 7C 39 30
Octal 64 300 76 111 0 104 31 174 71 60
Binary 110100 11000000 111110 1001001 0 1000100 11001 1111100 111001 110000

Color Harmonies of #34C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C03E

Black with #34C03E

Text Example


Text Example

White with #34C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,192,62); }

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

background-color css

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

 a { background-color: rgb(52,192,62); }

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

border-color css

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

 span { border-color: rgb(52,192,62); }

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