Html Css Color HEX #38F353 Lime Green

📋 copy color: '#38F353'

red 56 ◦ green 243 ◦ blue 83

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

Shades of Lime Green #38F353

Tints of Lime Green #38F353

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.61%

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 14.66%
G = 63.61%
B = 21.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#38F353 (or 0x38F353) is known color: Lime Green. HEX triplet: 38, F3 and 53. RGB value is (56,243,83). Sum of RGB (Red+Green+Blue) = 56+243+83=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #38F353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F353 is #C70CAC. Grayscale: #A9A9A9. Windows color (decimal): -13044909 or 5501752. OLE color: 5501752.

HSL color Cylindrical-coordinate representation of color #38F353: hue angle of 128.66º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F353 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 83 -
CMYK 0.77 0 0.66 0.05
HSL 128.66º 0.89% 0.59% -
HSV(B) 128.66º 0.77% 0.95% -
XYZ 35.24 65.57 18.98 -
YUV 168.85 79.55 47.51 -
System Red Green Blue C M Y K H S L
Decimal 56 243 83 0.77 0 0.66 0.05 128.66 0.89 0.59
Hex 38 F3 53 4D 0 42 5 81 59 3B
Octal 70 363 123 115 0 102 5 201 131 73
Binary 111000 11110011 1010011 1001101 0 1000010 101 10000001 1011001 111011

Color Harmonies of #38F353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F353

Black with #38F353

Text Example


Text Example

White with #38F353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,243,83); }

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

background-color css

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

 a { background-color: rgb(56,243,83); }

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

border-color css

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

 span { border-color: rgb(56,243,83); }

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