Html Css Color HEX #CBEA10 Electric Lime

📋 copy color: '#CBEA10'

red 203 ◦ green 234 ◦ blue 16

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

Shades of Electric Lime #CBEA10

Tints of Electric Lime #CBEA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.53%

R = 44.81%
G = 51.66%
B = 3.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#CBEA10 (or 0xCBEA10) is known color: Electric Lime. HEX triplet: CB, EA and 10. RGB value is (203,234,16). Sum of RGB (Red+Green+Blue) = 203+234+16=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA10 is #3415EF. Grayscale: #C8C8C8. Windows color (decimal): -3413488 or 1108683. OLE color: 1108683.

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

Color convert

RGB 203 234 16 -
CMYK 0.13 0 0.93 0.08
HSL 68.53º 0.87% 0.49% -
HSV(B) 68.53º 0.93% 0.92% -
XYZ 54.14 71.58 11.45 -
YUV 199.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 203 234 16 0.13 0 0.93 0.08 68.53 0.87 0.49
Hex CB EA 10 D 0 5D 8 45 57 31
Octal 313 352 20 15 0 135 10 105 127 61
Binary 11001011 11101010 10000 1101 0 1011101 1000 1000101 1010111 110001

Color Harmonies of #CBEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA10

Black with #CBEA10

Text Example


Text Example

White with #CBEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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