Html Css Color HEX #34C63B Lime Green

📋 copy color: '#34C63B'

red 52 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #34C63B

Tints of Lime Green #34C63B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 64.08%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 16.83%
G = 64.08%
B = 19.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#34C63B (or 0x34C63B) is known color: Lime Green. HEX triplet: 34, C6 and 3B. RGB value is (52,198,59). Sum of RGB (Red+Green+Blue) = 52+198+59=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #34C63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C63B is #CB39C4. Grayscale: #8A8A8A. Windows color (decimal): -13318597 or 3917364. OLE color: 3917364.

HSL color Cylindrical-coordinate representation of color #34C63B: hue angle of 122.88º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C63B is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 198 59 -
CMYK 0.74 0 0.70 0.22
HSL 122.88º 0.58% 0.49% -
HSV(B) 122.88º 0.74% 0.78% -
XYZ 22.4 41.43 10.95 -
YUV 138.5 83.13 66.3 -
System Red Green Blue C M Y K H S L
Decimal 52 198 59 0.74 0 0.70 0.22 122.88 0.58 0.49
Hex 34 C6 3B 4A 0 46 16 7B 3A 31
Octal 64 306 73 112 0 106 26 173 72 61
Binary 110100 11000110 111011 1001010 0 1000110 10110 1111011 111010 110001

Color Harmonies of #34C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C63B

Black with #34C63B

Text Example


Text Example

White with #34C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,198,59); }

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

background-color css

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

 a { background-color: rgb(52,198,59); }

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

border-color css

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

 span { border-color: rgb(52,198,59); }

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