Html Css Color HEX #CBEA12 Electric Lime

📋 copy color: '#CBEA12'

red 203 ◦ green 234 ◦ blue 18

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

Shades of Electric Lime #CBEA12

Tints of Electric Lime #CBEA12

RGB

 RED value IS 203 (79.69% from 255) = 44.62%

 GREEN value IS 234 (91.8% from 255) = 51.43%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 44.62%
G = 51.43%
B = 3.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CBEA12 (or 0xCBEA12) is known color: Electric Lime. HEX triplet: CB, EA and 12. RGB value is (203,234,18). Sum of RGB (Red+Green+Blue) = 203+234+18=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA12 is #3415ED. Grayscale: #C8C8C8. Windows color (decimal): -3413486 or 1239755. OLE color: 1239755.

HSL color Cylindrical-coordinate representation of color #CBEA12: hue angle of 68.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBEA12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 18 -
CMYK 0.13 0 0.92 0.08
HSL 68.61º 0.86% 0.49% -
HSV(B) 68.61º 0.92% 0.92% -
XYZ 54.16 71.59 11.54 -
YUV 200.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 203 234 18 0.13 0 0.92 0.08 68.61 0.86 0.49
Hex CB EA 12 D 0 5C 8 45 56 31
Octal 313 352 22 15 0 134 10 105 126 61
Binary 11001011 11101010 10010 1101 0 1011100 1000 1000101 1010110 110001

Color Harmonies of #CBEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA12

Black with #CBEA12

Text Example


Text Example

White with #CBEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA12; }

 p { color: rgb(203,234,18); }

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

background-color css

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

 a { background-color: rgb(203,234,18); }

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

border-color css

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

 span { border-color: rgb(203,234,18); }

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