Html Css Color HEX #35CE38 Lime Green

📋 copy color: '#35CE38'

red 53 ◦ green 206 ◦ blue 56

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

Shades of Lime Green #35CE38

Tints of Lime Green #35CE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 65.4%

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

R = 16.83%
G = 65.4%
B = 17.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#35CE38 (or 0x35CE38) is known color: Lime Green. HEX triplet: 35, CE and 38. RGB value is (53,206,56). Sum of RGB (Red+Green+Blue) = 53+206+56=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CE38 is #CA31C7. Grayscale: #8F8F8F. Windows color (decimal): -13251016 or 3722805. OLE color: 3722805.

HSL color Cylindrical-coordinate representation of color #35CE38: hue angle of 121.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CE38 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 206 56 -
CMYK 0.74 0 0.73 0.19
HSL 121.18º 0.61% 0.51% -
HSV(B) 121.18º 0.74% 0.81% -
XYZ 24.25 45.19 11.18 -
YUV 143.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 53 206 56 0.74 0 0.73 0.19 121.18 0.61 0.51
Hex 35 CE 38 4A 0 49 13 79 3D 33
Octal 65 316 70 112 0 111 23 171 75 63
Binary 110101 11001110 111000 1001010 0 1001001 10011 1111001 111101 110011

Color Harmonies of #35CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CE38

Black with #35CE38

Text Example


Text Example

White with #35CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,206,56); }

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

background-color css

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

 a { background-color: rgb(53,206,56); }

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

border-color css

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

 span { border-color: rgb(53,206,56); }

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