Html Css Color HEX #30CE1B Lime Green

📋 copy color: '#30CE1B'

red 48 ◦ green 206 ◦ blue 27

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

Shades of Lime Green #30CE1B

Tints of Lime Green #30CE1B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.31%

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 17.08%
G = 73.31%
B = 9.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#30CE1B (or 0x30CE1B) is known color: Lime Green. HEX triplet: 30, CE and 1B. RGB value is (48,206,27). Sum of RGB (Red+Green+Blue) = 48+206+27=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE1B is #CF31E4. Grayscale: #8A8A8A. Windows color (decimal): -13578725 or 1822256. OLE color: 1822256.

HSL color Cylindrical-coordinate representation of color #30CE1B: hue angle of 112.96º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30CE1B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 27 -
CMYK 0.77 0 0.87 0.19
HSL 112.96º 0.77% 0.46% -
HSV(B) 112.96º 0.87% 0.81% -
XYZ 23.49 44.85 8.46 -
YUV 138.35 65.15 63.55 -
System Red Green Blue C M Y K H S L
Decimal 48 206 27 0.77 0 0.87 0.19 112.96 0.77 0.46
Hex 30 CE 1B 4D 0 57 13 71 4D 2E
Octal 60 316 33 115 0 127 23 161 115 56
Binary 110000 11001110 11011 1001101 0 1010111 10011 1110001 1001101 101110

Color Harmonies of #30CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE1B

Black with #30CE1B

Text Example


Text Example

White with #30CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,27); }

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

background-color css

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

 a { background-color: rgb(48,206,27); }

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

border-color css

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

 span { border-color: rgb(48,206,27); }

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