Html Css Color HEX #35C344 Lime Green

📋 copy color: '#35C344'

red 53 ◦ green 195 ◦ blue 68

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

Shades of Lime Green #35C344

Tints of Lime Green #35C344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 16.77%
G = 61.71%
B = 21.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#35C344 (or 0x35C344) is known color: Lime Green. HEX triplet: 35, C3 and 44. RGB value is (53,195,68). Sum of RGB (Red+Green+Blue) = 53+195+68=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #35C344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C344 is #CA3CBB. Grayscale: #8A8A8A. Windows color (decimal): -13253820 or 4506421. OLE color: 4506421.

HSL color Cylindrical-coordinate representation of color #35C344: hue angle of 126.34º 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 #35C344 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 195 68 -
CMYK 0.73 0 0.65 0.24
HSL 126.34º 0.57% 0.49% -
HSV(B) 126.34º 0.73% 0.76% -
XYZ 22.03 40.2 12.07 -
YUV 138.06 88.46 67.33 -
System Red Green Blue C M Y K H S L
Decimal 53 195 68 0.73 0 0.65 0.24 126.34 0.57 0.49
Hex 35 C3 44 49 0 41 18 7E 39 31
Octal 65 303 104 111 0 101 30 176 71 61
Binary 110101 11000011 1000100 1001001 0 1000001 11000 1111110 111001 110001

Color Harmonies of #35C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C344

Black with #35C344

Text Example


Text Example

White with #35C344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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