Html Css Color HEX #38F535 Lime Green

📋 copy color: '#38F535'

red 56 ◦ green 245 ◦ blue 53

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

Shades of Lime Green #38F535

Tints of Lime Green #38F535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.21%

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

R = 15.82%
G = 69.21%
B = 14.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#38F535 (or 0x38F535) is known color: Lime Green. HEX triplet: 38, F5 and 35. RGB value is (56,245,53). Sum of RGB (Red+Green+Blue) = 56+245+53=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #38F535 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F535 is #C70ACA. Grayscale: #A7A7A7. Windows color (decimal): -13044427 or 3536184. OLE color: 3536184.

HSL color Cylindrical-coordinate representation of color #38F535: hue angle of 119.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F535 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 53 -
CMYK 0.77 0 0.78 0.04
HSL 119.06º 0.91% 0.58% -
HSV(B) 119.06º 0.78% 0.96% -
XYZ 34.93 66.4 14.34 -
YUV 166.6 63.88 49.11 -
System Red Green Blue C M Y K H S L
Decimal 56 245 53 0.77 0 0.78 0.04 119.06 0.91 0.58
Hex 38 F5 35 4D 0 4E 4 77 5B 3A
Octal 70 365 65 115 0 116 4 167 133 72
Binary 111000 11110101 110101 1001101 0 1001110 100 1110111 1011011 111010

Color Harmonies of #38F535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F535

Black with #38F535

Text Example


Text Example

White with #38F535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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