Html Css Color HEX #1CBA30 Lime Green

📋 copy color: '#1CBA30'

red 28 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #1CBA30

Tints of Lime Green #1CBA30

RGB

 RED value IS 28 (11.33% from 255) = 10.69%

 GREEN value IS 186 (73.05% from 255) = 70.99%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 10.69%
G = 70.99%
B = 18.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#1CBA30 (or 0x1CBA30) is known color: Lime Green. HEX triplet: 1C, BA and 30. RGB value is (28,186,48). Sum of RGB (Red+Green+Blue) = 28+186+48=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA30 is #E345CF. Grayscale: #7B7B7B. Windows color (decimal): -14894544 or 3193372. OLE color: 3193372.

HSL color Cylindrical-coordinate representation of color #1CBA30: hue angle of 127.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA30 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 48 -
CMYK 0.85 0 0.74 0.27
HSL 127.59º 0.74% 0.42% -
HSV(B) 127.59º 0.85% 0.73% -
XYZ 18.57 35.58 8.68 -
YUV 123.03 85.65 60.22 -
System Red Green Blue C M Y K H S L
Decimal 28 186 48 0.85 0 0.74 0.27 127.59 0.74 0.42
Hex 1C BA 30 55 0 4A 1B 80 4A 2A
Octal 34 272 60 125 0 112 33 200 112 52
Binary 11100 10111010 110000 1010101 0 1001010 11011 10000000 1001010 101010

Color Harmonies of #1CBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA30

Black with #1CBA30

Text Example


Text Example

White with #1CBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBA30; }

 p { color: rgb(28,186,48); }

 H1.HeaderClassName
 {
   color: #1CBA30;
 }
 .AnyTagClassName
 {
   color: #1CBA30;
 }
</style>

background-color css

<style>
 a { background-color: #1CBA30; }

 a { background-color: rgb(28,186,48); }

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

border-color css

<style>
 span { border-color: #1CBA30; }

 span { border-color: rgb(28,186,48); }

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