Html Css Color HEX #CBF90E Electric Lime

📋 copy color: '#CBF90E'

red 203 ◦ green 249 ◦ blue 14

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

Shades of Electric Lime #CBF90E

Tints of Electric Lime #CBF90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.43%

 BLUE value IS 14 (5.86% from 255) = 3%

R = 43.56%
G = 53.43%
B = 3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CBF90E (or 0xCBF90E) is known color: Electric Lime. HEX triplet: CB, F9 and 0E. RGB value is (203,249,14). Sum of RGB (Red+Green+Blue) = 203+249+14=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF90E is #3406F1. Grayscale: #D1D1D1. Windows color (decimal): -3409650 or 981451. OLE color: 981451.

HSL color Cylindrical-coordinate representation of color #CBF90E: hue angle of 71.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF90E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 14 -
CMYK 0.18 0 0.94 0.02
HSL 71.74º 0.95% 0.52% -
HSV(B) 71.74º 0.94% 0.98% -
XYZ 58.58 80.48 12.86 -
YUV 208.46 18.26 124.11 -
System Red Green Blue C M Y K H S L
Decimal 203 249 14 0.18 0 0.94 0.02 71.74 0.95 0.52
Hex CB F9 E 12 0 5E 2 48 5F 34
Octal 313 371 16 22 0 136 2 110 137 64
Binary 11001011 11111001 1110 10010 0 1011110 10 1001000 1011111 110100

Color Harmonies of #CBF90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF90E

Black with #CBF90E

Text Example


Text Example

White with #CBF90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF90E; }

 p { color: rgb(203,249,14); }

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

background-color css

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

 a { background-color: rgb(203,249,14); }

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

border-color css

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

 span { border-color: rgb(203,249,14); }

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