Html Css Color HEX #35C348 Lime Green

📋 copy color: '#35C348'

red 53 ◦ green 195 ◦ blue 72

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

Shades of Lime Green #35C348

Tints of Lime Green #35C348

RGB

 RED value IS 53 (21.09% from 255) = 16.56%

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 16.56%
G = 60.94%
B = 22.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#35C348 (or 0x35C348) is known color: Lime Green. HEX triplet: 35, C3 and 48. RGB value is (53,195,72). Sum of RGB (Red+Green+Blue) = 53+195+72=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #35C348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C348 is #CA3CB7. Grayscale: #8A8A8A. Windows color (decimal): -13253816 or 4768565. OLE color: 4768565.

HSL color Cylindrical-coordinate representation of color #35C348: hue angle of 128.03º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C348 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 195 72 -
CMYK 0.73 0 0.63 0.24
HSL 128.03º 0.57% 0.49% -
HSV(B) 128.03º 0.73% 0.76% -
XYZ 22.15 40.25 12.73 -
YUV 138.52 90.46 67 -
System Red Green Blue C M Y K H S L
Decimal 53 195 72 0.73 0 0.63 0.24 128.03 0.57 0.49
Hex 35 C3 48 49 0 3F 18 80 39 31
Octal 65 303 110 111 0 77 30 200 71 61
Binary 110101 11000011 1001000 1001001 0 111111 11000 10000000 111001 110001

Color Harmonies of #35C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C348

Black with #35C348

Text Example


Text Example

White with #35C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C348; }

 p { color: rgb(53,195,72); }

 H1.HeaderClassName
 {
   color: #35C348;
 }
 .AnyTagClassName
 {
   color: #35C348;
 }
</style>

background-color css

<style>
 a { background-color: #35C348; }

 a { background-color: rgb(53,195,72); }

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

border-color css

<style>
 span { border-color: #35C348; }

 span { border-color: rgb(53,195,72); }

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