Html Css Color HEX #38F253 Lime Green

📋 copy color: '#38F253'

red 56 ◦ green 242 ◦ blue 83

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

Shades of Lime Green #38F253

Tints of Lime Green #38F253

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.52%

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

R = 14.7%
G = 63.52%
B = 21.78%

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

#38F253 (or 0x38F253) is known color: Lime Green. HEX triplet: 38, F2 and 53. RGB value is (56,242,83). Sum of RGB (Red+Green+Blue) = 56+242+83=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #38F253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F253 is #C70DAC. Grayscale: #A8A8A8. Windows color (decimal): -13045165 or 5501496. OLE color: 5501496.

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

Color convert

RGB 56 242 83 -
CMYK 0.77 0 0.66 0.05
HSL 128.71º 0.88% 0.58% -
HSV(B) 128.71º 0.77% 0.95% -
XYZ 34.94 64.97 18.88 -
YUV 168.26 79.88 47.93 -
System Red Green Blue C M Y K H S L
Decimal 56 242 83 0.77 0 0.66 0.05 128.71 0.88 0.58
Hex 38 F2 53 4D 0 42 5 81 58 3A
Octal 70 362 123 115 0 102 5 201 130 72
Binary 111000 11110010 1010011 1001101 0 1000010 101 10000001 1011000 111010

Color Harmonies of #38F253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F253

Black with #38F253

Text Example


Text Example

White with #38F253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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