Html Css Color HEX #38D335 Lime Green

📋 copy color: '#38D335'

red 56 ◦ green 211 ◦ blue 53

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

Shades of Lime Green #38D335

Tints of Lime Green #38D335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 65.94%

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

R = 17.5%
G = 65.94%
B = 16.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#38D335 (or 0x38D335) is known color: Lime Green. HEX triplet: 38, D3 and 35. RGB value is (56,211,53). Sum of RGB (Red+Green+Blue) = 56+211+53=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 211 (82.81% from 255 or 65.94% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 211 - color contains mainly: green. Hex color #38D335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D335 is #C72CCA. Grayscale: #939393. Windows color (decimal): -13053131 or 3527480. OLE color: 3527480.

HSL color Cylindrical-coordinate representation of color #38D335: hue angle of 118.86º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D335 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 211 53 -
CMYK 0.73 0 0.75 0.17
HSL 118.86º 0.64% 0.52% -
HSV(B) 118.86º 0.75% 0.83% -
XYZ 25.57 47.69 11.22 -
YUV 146.64 75.15 63.35 -
System Red Green Blue C M Y K H S L
Decimal 56 211 53 0.73 0 0.75 0.17 118.86 0.64 0.52
Hex 38 D3 35 49 0 4B 11 77 40 34
Octal 70 323 65 111 0 113 21 167 100 64
Binary 111000 11010011 110101 1001001 0 1001011 10001 1110111 1000000 110100

Color Harmonies of #38D335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D335

Black with #38D335

Text Example


Text Example

White with #38D335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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