Html Css Color HEX #34CC38 Lime Green

📋 copy color: '#34CC38'

red 52 ◦ green 204 ◦ blue 56

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

Shades of Lime Green #34CC38

Tints of Lime Green #34CC38

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.38%

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

R = 16.67%
G = 65.38%
B = 17.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#34CC38 (or 0x34CC38) is known color: Lime Green. HEX triplet: 34, CC and 38. RGB value is (52,204,56). Sum of RGB (Red+Green+Blue) = 52+204+56=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC38 is #CB33C7. Grayscale: #8E8E8E. Windows color (decimal): -13317064 or 3722292. OLE color: 3722292.

HSL color Cylindrical-coordinate representation of color #34CC38: hue angle of 121.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC38 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 56 -
CMYK 0.75 0 0.73 0.2
HSL 121.58º 0.6% 0.5% -
HSV(B) 121.58º 0.75% 0.8% -
XYZ 23.72 44.2 11.02 -
YUV 141.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 52 204 56 0.75 0 0.73 0.2 121.58 0.6 0.5
Hex 34 CC 38 4B 0 49 14 7A 3C 32
Octal 64 314 70 113 0 111 24 172 74 62
Binary 110100 11001100 111000 1001011 0 1001001 10100 1111010 111100 110010

Color Harmonies of #34CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC38

Black with #34CC38

Text Example


Text Example

White with #34CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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