Html Css Color HEX #34C938 Lime Green

📋 copy color: '#34C938'

red 52 ◦ green 201 ◦ blue 56

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

Shades of Lime Green #34C938

Tints of Lime Green #34C938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.05%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 16.83%
G = 65.05%
B = 18.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#34C938 (or 0x34C938) is known color: Lime Green. HEX triplet: 34, C9 and 38. RGB value is (52,201,56). Sum of RGB (Red+Green+Blue) = 52+201+56=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #34C938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C938 is #CB36C7. Grayscale: #8C8C8C. Windows color (decimal): -13317832 or 3721524. OLE color: 3721524.

HSL color Cylindrical-coordinate representation of color #34C938: hue angle of 121.61º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C938 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 201 56 -
CMYK 0.74 0 0.72 0.21
HSL 121.61º 0.59% 0.5% -
HSV(B) 121.61º 0.74% 0.79% -
XYZ 23.02 42.79 10.79 -
YUV 139.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 52 201 56 0.74 0 0.72 0.21 121.61 0.59 0.5
Hex 34 C9 38 4A 0 48 15 7A 3B 32
Octal 64 311 70 112 0 110 25 172 73 62
Binary 110100 11001001 111000 1001010 0 1001000 10101 1111010 111011 110010

Color Harmonies of #34C938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C938

Black with #34C938

Text Example


Text Example

White with #34C938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,201,56); }

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

background-color css

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

 a { background-color: rgb(52,201,56); }

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

border-color css

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

 span { border-color: rgb(52,201,56); }

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