Html Css Color HEX #34CB38 Lime Green

📋 copy color: '#34CB38'

red 52 ◦ green 203 ◦ blue 56

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

Shades of Lime Green #34CB38

Tints of Lime Green #34CB38

RGB

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

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

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

R = 16.72%
G = 65.27%
B = 18.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#34CB38 (or 0x34CB38) is known color: Lime Green. HEX triplet: 34, CB and 38. RGB value is (52,203,56). Sum of RGB (Red+Green+Blue) = 52+203+56=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB38 is #CB34C7. Grayscale: #8D8D8D. Windows color (decimal): -13317320 or 3722036. OLE color: 3722036.

HSL color Cylindrical-coordinate representation of color #34CB38: hue angle of 121.59º 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 #34CB38 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 203 56 -
CMYK 0.74 0 0.72 0.20
HSL 121.59º 0.59% 0.5% -
HSV(B) 121.59º 0.74% 0.8% -
XYZ 23.49 43.73 10.94 -
YUV 141.09 79.97 64.45 -
System Red Green Blue C M Y K H S L
Decimal 52 203 56 0.74 0 0.72 0.20 121.59 0.59 0.5
Hex 34 CB 38 4A 0 48 14 7A 3B 32
Octal 64 313 70 112 0 110 24 172 73 62
Binary 110100 11001011 111000 1001010 0 1001000 10100 1111010 111011 110010

Color Harmonies of #34CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB38

Black with #34CB38

Text Example


Text Example

White with #34CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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