Html Css Color HEX #34CB1C Lime Green

📋 copy color: '#34CB1C'

red 52 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #34CB1C

Tints of Lime Green #34CB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 18.37%
G = 71.73%
B = 9.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#34CB1C (or 0x34CB1C) is known color: Lime Green. HEX triplet: 34, CB and 1C. RGB value is (52,203,28). Sum of RGB (Red+Green+Blue) = 52+203+28=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB1C is #CB34E3. Grayscale: #8A8A8A. Windows color (decimal): -13317348 or 1887028. OLE color: 1887028.

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

Color convert

RGB 52 203 28 -
CMYK 0.74 0 0.86 0.20
HSL 111.77º 0.76% 0.45% -
HSV(B) 111.77º 0.86% 0.8% -
XYZ 22.98 43.53 8.29 -
YUV 137.9 65.97 66.73 -
System Red Green Blue C M Y K H S L
Decimal 52 203 28 0.74 0 0.86 0.20 111.77 0.76 0.45
Hex 34 CB 1C 4A 0 56 14 70 4C 2D
Octal 64 313 34 112 0 126 24 160 114 55
Binary 110100 11001011 11100 1001010 0 1010110 10100 1110000 1001100 101101

Color Harmonies of #34CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB1C

Black with #34CB1C

Text Example


Text Example

White with #34CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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