Html Css Color HEX #30F145 Lime Green

📋 copy color: '#30F145'

red 48 ◦ green 241 ◦ blue 69

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

Shades of Lime Green #30F145

Tints of Lime Green #30F145

RGB

 RED value IS 48 (19.14% from 255) = 13.41%

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

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

R = 13.41%
G = 67.32%
B = 19.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#30F145 (or 0x30F145) is known color: Lime Green. HEX triplet: 30, F1 and 45. RGB value is (48,241,69). Sum of RGB (Red+Green+Blue) = 48+241+69=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #30F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F145 is #CF0EBA. Grayscale: #A4A4A4. Windows color (decimal): -13569723 or 4583728. OLE color: 4583728.

HSL color Cylindrical-coordinate representation of color #30F145: hue angle of 126.53º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F145 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 69 -
CMYK 0.80 0 0.71 0.05
HSL 126.53º 0.87% 0.57% -
HSV(B) 126.53º 0.8% 0.95% -
XYZ 33.75 63.97 16.2 -
YUV 163.69 74.56 45.49 -
System Red Green Blue C M Y K H S L
Decimal 48 241 69 0.80 0 0.71 0.05 126.53 0.87 0.57
Hex 30 F1 45 50 0 47 5 7F 57 39
Octal 60 361 105 120 0 107 5 177 127 71
Binary 110000 11110001 1000101 1010000 0 1000111 101 1111111 1010111 111001

Color Harmonies of #30F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F145

Black with #30F145

Text Example


Text Example

White with #30F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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