Html Css Color HEX #34C827 Lime Green

📋 copy color: '#34C827'

red 52 ◦ green 200 ◦ blue 39

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

Shades of Lime Green #34C827

Tints of Lime Green #34C827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.73%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 17.87%
G = 68.73%
B = 13.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#34C827 (or 0x34C827) is known color: Lime Green. HEX triplet: 34, C8 and 27. RGB value is (52,200,39). Sum of RGB (Red+Green+Blue) = 52+200+39=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #34C827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C827 is #CB37D8. Grayscale: #898989. Windows color (decimal): -13318105 or 2607156. OLE color: 2607156.

HSL color Cylindrical-coordinate representation of color #34C827: hue angle of 115.16º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34C827 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 200 39 -
CMYK 0.74 0 0.80 0.22
HSL 115.16º 0.67% 0.47% -
HSV(B) 115.16º 0.81% 0.78% -
XYZ 22.44 42.19 8.88 -
YUV 137.39 72.47 67.09 -
System Red Green Blue C M Y K H S L
Decimal 52 200 39 0.74 0 0.80 0.22 115.16 0.67 0.47
Hex 34 C8 27 4A 0 50 16 73 43 2F
Octal 64 310 47 112 0 120 26 163 103 57
Binary 110100 11001000 100111 1001010 0 1010000 10110 1110011 1000011 101111

Color Harmonies of #34C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C827

Black with #34C827

Text Example


Text Example

White with #34C827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,200,39); }

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

background-color css

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

 a { background-color: rgb(52,200,39); }

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

border-color css

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

 span { border-color: rgb(52,200,39); }

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