Html Css Color HEX #30E64B Lime Green

📋 copy color: '#30E64B'

red 48 ◦ green 230 ◦ blue 75

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

Shades of Lime Green #30E64B

Tints of Lime Green #30E64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 65.16%

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 13.6%
G = 65.16%
B = 21.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#30E64B (or 0x30E64B) is known color: Lime Green. HEX triplet: 30, E6 and 4B. RGB value is (48,230,75). Sum of RGB (Red+Green+Blue) = 48+230+75=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 230 (90.23% from 255 or 65.16% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 230 - color contains mainly: green. Hex color #30E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E64B is #CF19B4. Grayscale: #9E9E9E. Windows color (decimal): -13572533 or 4974128. OLE color: 4974128.

HSL color Cylindrical-coordinate representation of color #30E64B: hue angle of 128.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E64B is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 230 75 -
CMYK 0.79 0 0.67 0.10
HSL 128.9º 0.78% 0.55% -
HSV(B) 128.9º 0.79% 0.9% -
XYZ 30.79 57.73 16.18 -
YUV 157.91 81.2 49.6 -
System Red Green Blue C M Y K H S L
Decimal 48 230 75 0.79 0 0.67 0.10 128.9 0.78 0.55
Hex 30 E6 4B 4F 0 43 A 81 4E 37
Octal 60 346 113 117 0 103 12 201 116 67
Binary 110000 11100110 1001011 1001111 0 1000011 1010 10000001 1001110 110111

Color Harmonies of #30E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E64B

Black with #30E64B

Text Example


Text Example

White with #30E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,230,75); }

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

background-color css

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

 a { background-color: rgb(48,230,75); }

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

border-color css

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

 span { border-color: rgb(48,230,75); }

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