Html Css Color HEX #34CB4F Lime Green

📋 copy color: '#34CB4F'

red 52 ◦ green 203 ◦ blue 79

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

Shades of Lime Green #34CB4F

Tints of Lime Green #34CB4F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.78%

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 15.57%
G = 60.78%
B = 23.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#34CB4F (or 0x34CB4F) is known color: Lime Green. HEX triplet: 34, CB and 4F. RGB value is (52,203,79). Sum of RGB (Red+Green+Blue) = 52+203+79=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CB4F is #CB34B0. Grayscale: #909090. Windows color (decimal): -13317297 or 5229364. OLE color: 5229364.

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

Color convert

RGB 52 203 79 -
CMYK 0.74 0 0.61 0.20
HSL 130.73º 0.59% 0.5% -
HSV(B) 130.73º 0.74% 0.8% -
XYZ 24.18 44.01 14.62 -
YUV 143.72 91.47 62.58 -
System Red Green Blue C M Y K H S L
Decimal 52 203 79 0.74 0 0.61 0.20 130.73 0.59 0.5
Hex 34 CB 4F 4A 0 3D 14 83 3B 32
Octal 64 313 117 112 0 75 24 203 73 62
Binary 110100 11001011 1001111 1001010 0 111101 10100 10000011 111011 110010

Color Harmonies of #34CB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB4F

Black with #34CB4F

Text Example


Text Example

White with #34CB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,203,79); }

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

background-color css

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

 a { background-color: rgb(52,203,79); }

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

border-color css

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

 span { border-color: rgb(52,203,79); }

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