Html Css Color HEX #38F145 Lime Green

📋 copy color: '#38F145'

red 56 ◦ green 241 ◦ blue 69

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

Shades of Lime Green #38F145

Tints of Lime Green #38F145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.85%

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 15.3%
G = 65.85%
B = 18.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#38F145 (or 0x38F145) is known color: Lime Green. HEX triplet: 38, F1 and 45. RGB value is (56,241,69). Sum of RGB (Red+Green+Blue) = 56+241+69=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #38F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F145 is #C70EBA. Grayscale: #A6A6A6. Windows color (decimal): -13045435 or 4583736. OLE color: 4583736.

HSL color Cylindrical-coordinate representation of color #38F145: hue angle of 124.22º degrees, saturation: 0.87, 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 #38F145 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 69 -
CMYK 0.77 0 0.71 0.05
HSL 124.22º 0.87% 0.58% -
HSV(B) 124.22º 0.77% 0.95% -
XYZ 34.16 64.18 16.22 -
YUV 166.08 73.21 49.49 -
System Red Green Blue C M Y K H S L
Decimal 56 241 69 0.77 0 0.71 0.05 124.22 0.87 0.58
Hex 38 F1 45 4D 0 47 5 7C 57 3A
Octal 70 361 105 115 0 107 5 174 127 72
Binary 111000 11110001 1000101 1001101 0 1000111 101 1111100 1010111 111010

Color Harmonies of #38F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F145

Black with #38F145

Text Example


Text Example

White with #38F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,241,69); }

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

background-color css

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

 a { background-color: rgb(56,241,69); }

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

border-color css

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

 span { border-color: rgb(56,241,69); }

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