Html Css Color HEX #C0E030 Las Palmas

📋 copy color: '#C0E030'

red 192 ◦ green 224 ◦ blue 48

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

Shades of Las Palmas #C0E030

Tints of Las Palmas #C0E030

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 41.38%
G = 48.28%
B = 10.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#C0E030 (or 0xC0E030) is known color: Las Palmas. HEX triplet: C0, E0 and 30. RGB value is (192,224,48). Sum of RGB (Red+Green+Blue) = 192+224+48=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E030 is #3F1FCF. Grayscale: #C3C3C3. Windows color (decimal): -4136912 or 3203264. OLE color: 3203264.

HSL color Cylindrical-coordinate representation of color #C0E030: hue angle of 70.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0E030 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 224 48 -
CMYK 0.14 0 0.79 0.12
HSL 70.91º 0.74% 0.53% -
HSV(B) 70.91º 0.79% 0.88% -
XYZ 48.93 64.73 12.71 -
YUV 194.37 45.4 126.31 -
System Red Green Blue C M Y K H S L
Decimal 192 224 48 0.14 0 0.79 0.12 70.91 0.74 0.53
Hex C0 E0 30 E 0 4F C 47 4A 35
Octal 300 340 60 16 0 117 14 107 112 65
Binary 11000000 11100000 110000 1110 0 1001111 1100 1000111 1001010 110101

Color Harmonies of #C0E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E030

Black with #C0E030

Text Example


Text Example

White with #C0E030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E030; }

 p { color: rgb(192,224,48); }

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

background-color css

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

 a { background-color: rgb(192,224,48); }

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

border-color css

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

 span { border-color: rgb(192,224,48); }

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