Html Css Color HEX #38CE35 Lime Green

📋 copy color: '#38CE35'

red 56 ◦ green 206 ◦ blue 53

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

Shades of Lime Green #38CE35

Tints of Lime Green #38CE35

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #38CE35: hue angle of 118.82º 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 #38CE35 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 53 -
CMYK 0.73 0 0.74 0.19
HSL 118.82º 0.61% 0.51% -
HSV(B) 118.82º 0.74% 0.81% -
XYZ 24.34 45.24 10.82 -
YUV 143.71 76.81 65.44 -
System Red Green Blue C M Y K H S L
Decimal 56 206 53 0.73 0 0.74 0.19 118.82 0.61 0.51
Hex 38 CE 35 49 0 4A 13 77 3D 33
Octal 70 316 65 111 0 112 23 167 75 63
Binary 111000 11001110 110101 1001001 0 1001010 10011 1110111 111101 110011

Color Harmonies of #38CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE35

Black with #38CE35

Text Example


Text Example

White with #38CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CE35; }

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

 H1.HeaderClassName
 {
   color: #38CE35;
 }
 .AnyTagClassName
 {
   color: #38CE35;
 }
</style>

background-color css

<style>
 a { background-color: #38CE35; }

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

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

border-color css

<style>
 span { border-color: #38CE35; }

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

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